Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp sendgrid in other clients