Skip to content
Zed

Koragraph for Zed

in.koragraph/koragraph

Local multi-repo code graph over MCP. Blast radius, call graphs, and memory anchored to code.

client:Zed transport:stdio runtime:npm

Install Koragraph in Zed

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

{
  "context_servers": {
    "koragraph": {
      "command": "npx",
      "args": [
        "-y",
        "koragraphmcp"
      ]
    }
  }
}

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

Koragraph in other clients