Skip to content
Gemini CLI

warp for Gemini CLI

io.github.ringer/warp

SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform

client:Gemini CLI transport:stdio runtime:npm

Install warp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "warp": {
      "command": "npx",
      "args": [
        "-y",
        "warp-mcp"
      ],
      "env": {
        "WARP_API_TOKEN": "<WARP_API_TOKEN>"
      }
    }
  }
}

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

warp in other clients