Skip to content
Gemini CLI

Sancho Fetch for Gemini CLI

io.github.panth-net/sancho-fetch

Local-first public-data MCP server that writes inspectable records and working files.

client:Gemini CLI transport:stdio runtime:pypi

Install Sancho Fetch in Gemini CLI

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

{
  "mcpServers": {
    "sancho-fetch": {
      "command": "uvx",
      "args": [
        "sancho-fetch"
      ]
    }
  }
}

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

Sancho Fetch in other clients