Skip to content
Zed

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

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

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

SendGrid MCP Server in other clients