Skip to content
Gemini CLI

Httpcat for Gemini CLI

io.github.pipeworx-io/httpcat

HTTP Cat MCP — wraps http.cat (free, no auth)

client:Gemini CLI transport:streamable-http

Install Httpcat in Gemini CLI

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

{
  "mcpServers": {
    "httpcat": {
      "httpUrl": "https://gateway.pipeworx.io/httpcat/mcp"
    }
  }
}

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

Httpcat in other clients