Skip to content
Gemini CLI

Refetch for Gemini CLI

io.github.lowenbjer/refetch

Fetch pages as markdown, search web and news, extract structured data. For AI agents.

client:Gemini CLI transport:streamable-http

Install Refetch in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "refetch": {
      "httpUrl": "https://refetch.cloud/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Refetch in other clients