Skip to content
VS Code

repo2graph for VS Code

io.github.srinivasan-78/repo2graph

Ask a codebase questions and get cited code back, from a tree-sitter graph of the repo.

client:VS Code transport:stdio runtime:pypi

Install repo2graph in VS Code

.vscode/mcp.json

{
  "servers": {
    "repo2graph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "repo2graph"
      ]
    }
  }
}

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

repo2graph in other clients