Skip to content
Zed

Grafyx for Zed

io.github.bilal07karadeniz/grafyx

Real-time codebase graph for AI assistants: call graphs, dependencies, symbol lookup.

client:Zed transport:stdio runtime:pypi

Install Grafyx in Zed

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

{
  "context_servers": {
    "grafyx": {
      "command": "uvx",
      "args": [
        "grafyx-mcp"
      ]
    }
  }
}

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

Grafyx in other clients