Skip to content
Zed

gctrl for Zed

io.github.gctrl-tech/gctrl

Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens.

client:Zed transport:stdio runtime:npm

Install gctrl in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gctrl": {
      "command": "npx",
      "args": [
        "-y",
        "gctrl-mcp"
      ],
      "env": {
        "GCTRL_GATEWAY_URL": "<GCTRL_GATEWAY_URL>",
        "GCTRL_API_URL": "<GCTRL_API_URL>",
        "GCTRL_API_TOKEN": "<GCTRL_API_TOKEN>"
      }
    }
  }
}

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

gctrl in other clients