CGIS Code Graph for Gemini CLI
io.github.zaebee/codegraph-brain
Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.
client:Gemini CLI
transport:stdio
runtime:pypi
Install CGIS Code Graph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"codegraph-brain": {
"command": "uvx",
"args": [
"codegraph-brain"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs