Skip to content
Cursor

CGIS Code Graph for Cursor

io.github.zaebee/codegraph-brain

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

client:Cursor transport:stdio runtime:pypi

Install CGIS Code Graph in Cursor

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

{
  "mcpServers": {
    "codegraph-brain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codegraph-brain"
      ]
    }
  }
}

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

CGIS Code Graph in other clients