Skip to content
Zed

repo2graph for Zed

io.github.srinivasan-78/repo2graph

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

client:Zed transport:stdio runtime:pypi

Install repo2graph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "repo2graph": {
      "command": "uvx",
      "args": [
        "repo2graph"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

repo2graph in other clients