TempoGraph for Gemini CLI
io.github.elmoaid/tempograph
Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter.
client:Gemini CLI
transport:stdio
runtime:pypi
Install TempoGraph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tempograph": {
"command": "uvx",
"args": [
"tempograph"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs