cgraphy for Gemini CLI
io.github.pmgarg/cgraphy
Code knowledge graph over MCP: token-budgeted context for AI coding agents.
client:Gemini CLI
transport:stdio
runtime:pypi
Install cgraphy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cgraphy": {
"command": "uvx",
"args": [
"cgraphy"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs