Skip to content
Zed

CGIS Code Graph for Zed

io.github.zaebee/codegraph-brain

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

client:Zed transport:stdio runtime:pypi

Install CGIS Code Graph in Zed

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

{
  "context_servers": {
    "codegraph-brain": {
      "command": "uvx",
      "args": [
        "codegraph-brain"
      ]
    }
  }
}

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

CGIS Code Graph in other clients