SmartFetch for Gemini CLI
io.github.friezaaaa/smartfetch
Paid fallback for public webpages: clean text, Markdown, links, metadata, and JavaScript rendering.
client:Gemini CLI
transport:streamable-http
tools:4
Install SmartFetch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"smartfetch": {
"httpUrl": "https://smartfetch-production-ea53.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