mcp sendgrid for Zed
io.github.codespar/mcp-sendgrid
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
client:Zed
transport:stdio
runtime:npm
Install mcp sendgrid in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-sendgrid": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"SENDGRID_FROM_EMAIL": "<SENDGRID_FROM_EMAIL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs