skeletongraph for Gemini CLI
io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
client:Gemini CLI
transport:stdio
runtime:pypi
Install skeletongraph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"skeletongraph": {
"command": "uvx",
"args": [
"skeletongraph"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs