Skip to content
VS Code

graphkeeper for VS Code

io.github.rudrendupaul/graphkeeper

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

client:VS Code transport:stdio runtime:pypi

Install graphkeeper in VS Code

.vscode/mcp.json

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

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

graphkeeper in other clients