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
{
"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