Skip to content
Zed

codegraph for Zed

io.github.codegraph-ai/codegraph

Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.

client:Zed transport:stdio runtime:npm

Install codegraph in Zed

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

{
  "context_servers": {
    "codegraph": {
      "command": "npx",
      "args": [
        "-y",
        "@astudioplus/codegraph-mcp"
      ]
    }
  }
}

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

codegraph in other clients