Skip to content
Zed

cgraphy for Zed

io.github.pmgarg/cgraphy

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

client:Zed transport:stdio runtime:pypi

Install cgraphy in Zed

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

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

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

cgraphy in other clients