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