Skip to content
Zed

sendable for Zed

me.sendable/sendable

Send transactional email from your editor — describe the event, Sendable writes and sends it.

client:Zed transport:stdio runtime:npm

Install sendable 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": {
    "sendable": {
      "command": "npx",
      "args": [
        "-y",
        "sendableme-mcp"
      ],
      "env": {
        "SENDABLE_API_KEY": "<SENDABLE_API_KEY>"
      }
    }
  }
}

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

sendable in other clients