SteadyFetch for Gemini CLI
io.github.carsonroell-debug/steadyfetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
client:Gemini CLI
transport:streamable-http
runtime:pypi
tools:5
Install SteadyFetch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"steadyfetch": {
"httpUrl": "https://steadyfetch-production.up.railway.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs