Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

engagelab email in other clients