Gambot WhatsApp Business API for Zed
io.github.gambot-ai/gambot-mcp
Send WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.
client:Zed
transport:stdio
runtime:npm
Install Gambot WhatsApp Business API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gambot-mcp": {
"command": "npx",
"args": [
"-y",
"gambot-mcp"
],
"env": {
"GAMBOT_TOKEN": "<GAMBOT_TOKEN>",
"GAMBOT_API_BASE": "<GAMBOT_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs