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