sendpulse mcp for Zed
io.github.theyahia/sendpulse-mcp
MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.
client:Zed
transport:stdio
runtime:npm
Install sendpulse mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sendpulse-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/sendpulse-mcp"
],
"env": {
"SENDPULSE_ID": "<SENDPULSE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs