clawaimail for Zed
io.github.joansongjr/clawaimail
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
client:Zed
transport:stdio
runtime:npm
Install clawaimail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clawaimail": {
"command": "npx",
"args": [
"-y",
"clawaimail-mcp"
],
"env": {
"CLAWAIMAIL_API_KEY": "<CLAWAIMAIL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs