Skip to content
Zed

zerosmtp for Zed

io.github.msgwing/zerosmtp

A free SMTP relay that still takes a username and password, for devices that cannot do OAuth 2.0.

client:Zed transport:stdio runtime:npm

Install zerosmtp in Zed

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

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

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

zerosmtp in other clients