Skip to content
Gemini CLI

superfetch for Gemini CLI

io.github.j0hanz/superfetch

Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format

client:Gemini CLI transport:stdio runtime:npm

Install superfetch in Gemini CLI

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

{
  "mcpServers": {
    "superfetch": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/superfetch"
      ]
    }
  }
}

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

superfetch in other clients