Skip to content
VS Code

cgraphy for VS Code

io.github.pmgarg/cgraphy

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

client:VS Code transport:stdio runtime:pypi

Install cgraphy in VS Code

.vscode/mcp.json

{
  "servers": {
    "cgraphy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cgraphy"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cgraphy in other clients