Skip to content
Zed

api for Zed

com.politicalcomms/api

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

client:Zed transport:stdio runtime:npm

Install api in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "@political-comms/mcp"
      ],
      "env": {
        "POLITICAL_COMMS_API_KEY": "<POLITICAL_COMMS_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

api in other clients