understand quickly for Gemini CLI
io.github.looptech-ai/understand-quickly
Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.
client:Gemini CLI
transport:stdio
runtime:npm
Install understand quickly in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"understand-quickly": {
"command": "npx",
"args": [
"-y",
"@looptech-ai/understand-quickly-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs