Skip to content
Zed

email for Zed

dev.wraps/email

Send email through your own Amazon SES account, and check domains, suppressions and sandbox status.

client:Zed transport:stdio runtime:npm

Install email 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": {
    "email": {
      "command": "npx",
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "env": {
        "AWS_REGION": "<AWS_REGION>",
        "AWS_PROFILE": "<AWS_PROFILE>",
        "WRAPS_WRITE_ENABLED": "<WRAPS_WRITE_ENABLED>",
        "WRAPS_FROM_EMAIL": "<WRAPS_FROM_EMAIL>",
        "WRAPS_ALLOWED_RECIPIENTS": "<WRAPS_ALLOWED_RECIPIENTS>",
        "WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
        "WRAPS_HISTORY_TABLE_NAME": "<WRAPS_HISTORY_TABLE_NAME>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

email in other clients