repo graph for Zed
io.github.james-chahwan/repo-graph
Structural graph map of any codebase so LLMs navigate by structure, not guesswork.
client:Zed
transport:stdio
runtime:pypi
Install repo graph in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"repo-graph": {
"command": "uvx",
"args": [
"mcp-repo-graph"
],
"env": {
"REPO_GRAPH_REPO": "<REPO_GRAPH_REPO>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs