Skip to content
Cursor

cgraphy for Cursor

io.github.pmgarg/cgraphy

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

client:Cursor transport:stdio runtime:pypi

Install cgraphy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cgraphy in other clients