Skip to content
Zed

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

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

{
  "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

repo graph in other clients