semhood for Gemini CLI
io.github.ahmeedgamil/semhood
AST-based semantic code search; results ship with their call graph (calls + callers).
client:Gemini CLI
transport:stdio
runtime:pypi
Install semhood in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"semhood": {
"command": "uvx",
"args": [
"semhood"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs