GitHub Copilot
MCP or Agent Skills bundle
Connect Cognetivy to GitHub Copilot via the installer (Agent Skills bundle) or MCP. Run npx cognetivy and choose GitHub Copilot in the CLI; Cognetivy will create the workspace, install its skill where supported, and open Studio. You can also add the Cognetivy MCP server to your client’s MCP config for tool-style access.
Setup
From your project directory:
npx cognetivy
Select GitHub Copilot in the installer. For MCP-only setup, install globally and add the server to your client config:
{
"mcpServers": {
"cognetivy": {
"command": "cognetivy",
"args": ["mcp"]
}
}
}Use "args": ["mcp", "--workspace", "/path/to/project"] if the workspace is not in your project root.