Groundhog for Gemini CLI
io.github.dmytrome/groundhog-mcp
Search, read and research the web, with hidden text stripped by default and sources hashed
client:Gemini CLI
transport:stdio
runtime:pypi
Install Groundhog in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"groundhog-mcp": {
"command": "uvx",
"args": [
"groundhog-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs