Rabbytte for Gemini CLI
io.github.marklanetech/rabbytte
Search Rabbytte, a human-curated web index where every site was approved by a person. No API key.
client:Gemini CLI
transport:stdio
runtime:npm
Install Rabbytte in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rabbytte": {
"command": "npx",
"args": [
"-y",
"rabbytte-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs