Skip to content
Zed

Graqle for Zed

io.github.quantamixsol/graqle

Graph-powered codebase reasoning, impact analysis, and governance tools over MCP.

client:Zed transport:stdio runtime:pypi

Install Graqle in Zed

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

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

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

Graqle in other clients