4fetch for Gemini CLI
io.github.amit755/4fetch
Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP.
client:Gemini CLI
transport:streamable-http
Install 4fetch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"4fetch": {
"httpUrl": "https://api.4fetch.com/mcp/v1/fetch"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs