Skip to content
Gemini CLI

pare http for Gemini CLI

io.github.dave-london/pare-http

Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON.

client:Gemini CLI transport:stdio runtime:npm

Install pare http in Gemini CLI

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

{
  "mcpServers": {
    "pare-http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http"
      ]
    }
  }
}

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

pare http in other clients