Skip to content
Zed

vaemail for Zed

io.github.vaemail/vaemail

Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.

client:Zed transport:stdio runtime:npm

Install vaemail 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": {
    "vaemail": {
      "command": "npx",
      "args": [
        "-y",
        "vaemail"
      ],
      "env": {
        "VAEMAIL_API_KEY": "<VAEMAIL_API_KEY>",
        "VAEMAIL_BASE_URL": "<VAEMAIL_BASE_URL>"
      }
    }
  }
}

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

vaemail in other clients