Skip to content
Gemini CLI

api for Gemini CLI

com.politicalcomms/api

Compliant political SMS/MMS from MCP clients: projects, contacts, analytics, billing.

client:Gemini CLI transport:stdio runtime:npm

Install api 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": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}

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

api in other clients