Kudosity for Zed
com.kudosity/mcp
Send SMS, MMS and WhatsApp, manage contacts and webhooks, from AI agents.
client:Zed
transport:stdio
runtime:npm
Install Kudosity in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"kudosity-mcp"
],
"env": {
"KUDOSITY_API_KEY": "<KUDOSITY_API_KEY>",
"KUDOSITY_API_SECRET": "<KUDOSITY_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs