Skip to content
Cursor

graphkeeper for Cursor

io.github.rudrendupaul/graphkeeper

Mines git history for file co-change patterns into a queryable knowledge graph via MCP.

client:Cursor transport:stdio runtime:pypi

Install graphkeeper in Cursor

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

{
  "mcpServers": {
    "graphkeeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "graphkeeper-cli"
      ]
    }
  }
}

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

graphkeeper in other clients