Odel
SendGrid Secure

SendGrid Secure

Local
@choppaaahhPythonMITUpdated 5 days ago

Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsendgrid-mcp-securev0.1.0

Run

uvx sendgrid-mcp-secure

MCP client config

{
  "mcpServers": {
    "sendgrid-secure": {
      "command": "uvx",
      "args": [
        "sendgrid-mcp-secure"
      ]
    }
  }
}