Skip to content
Cursor

GraphPilot for Cursor

io.github.graphpilot-oss/graphpilot

Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.

client:Cursor transport:stdio runtime:npm

Install GraphPilot in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "graphpilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot"
      ],
      "env": {
        "GRAPHPILOT_ROOT": "<GRAPHPILOT_ROOT>"
      }
    }
  }
}

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

GraphPilot in other clients