engagelab email for Zed
io.github.r1ghtherewaiting/engagelab-email
Send, receive, monitor and reply to email from AI agents with threaded inbox context.
client:Zed
transport:stdio
runtime:npm
Install engagelab email in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"engagelab-email": {
"command": "npx",
"args": [
"-y",
"@engagelabemail/mcp"
],
"env": {
"ENGAGELAB_EMAIL_SECRET_KEY": "<ENGAGELAB_EMAIL_SECRET_KEY>",
"ENGAGELAB_EMAIL_BASE_URL": "<ENGAGELAB_EMAIL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs