Skip to content
Zed

mailbridge for Zed

io.github.creativestefan/mailbridge

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

client:Zed transport:stdio runtime:npm

Install mailbridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mailbridge": {
      "command": "npx",
      "args": [
        "-y",
        "mailbridge-mcp"
      ]
    }
  }
}

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

mailbridge in other clients