SendGrid MCP Server for Zed
io.github.deyikong/sendgrid-mcp
MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
client:Zed
transport:stdio
runtime:npm
Install SendGrid MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"READ_ONLY": "<READ_ONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs