GraphPilot for Gemini CLI
io.github.graphpilot-oss/graphpilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install GraphPilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"graphpilot": {
"command": "npx",
"args": [
"-y",
"@graphpilot-oss/graphpilot"
],
"env": {
"GRAPHPILOT_ROOT": "<GRAPHPILOT_ROOT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs