FetchRelay for Gemini CLI
com.fetchrelay/fetchrelay
Extract public webpages as Markdown, map sites, and run bounded crawl jobs. API key required.
client:Gemini CLI
transport:streamable-http
Install FetchRelay in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fetchrelay": {
"httpUrl": "https://fetchrelay.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs