JetAPI for Zed
io.github.jetapi/jetapi-mcp-server
Send WhatsApp, Telegram, SMS and MAX messages, files and bulk mailings via JetAPI
client:Zed
transport:stdio
runtime:npm
Install JetAPI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jetapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"jetapi-mcp-server"
],
"env": {
"JETAPI_TOKEN": "<JETAPI_TOKEN>",
"JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs