Skip to content
Zed

clawaimail for Zed

io.github.joansongjr/clawaimail

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

client:Zed transport:stdio runtime:npm

Install clawaimail 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": {
    "clawaimail": {
      "command": "npx",
      "args": [
        "-y",
        "clawaimail-mcp"
      ],
      "env": {
        "CLAWAIMAIL_API_KEY": "<CLAWAIMAIL_API_KEY>"
      }
    }
  }
}

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

clawaimail in other clients