Skip to content
Zed

Email (IMAP/SMTP) for Zed

io.github.boutquin/email

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

client:Zed transport:stdio runtime:oci

Install Email (IMAP/SMTP) 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": {
    "email": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/boutquin/mcp-server-email:latest"
      ],
      "env": {
        "EMAIL_CONFIG_FILE": "<EMAIL_CONFIG_FILE>",
        "EMAIL_ACCOUNTS": "<EMAIL_ACCOUNTS>"
      }
    }
  }
}

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

Email (IMAP/SMTP) in other clients