Skip to content
Gemini CLI

http for Gemini CLI

io.github.dave-london/http

MCP server for HTTP requests (curl) with structured, token-efficient output

client:Gemini CLI transport:stdio runtime:npm

Install http in Gemini CLI

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

{
  "mcpServers": {
    "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

http in other clients