GraphPilot for Zed
io.github.graphpilot-oss/graphpilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
client:Zed
transport:stdio
runtime:npm
Install GraphPilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"graphpilot": {
"command": "npx",
"args": [
"-y",
"@graphpilot-oss/graphpilot"
],
"env": {
"GRAPHPILOT_ROOT": "<GRAPHPILOT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs