Skip to content

Assistant Mail MCP for Zed

io.github.assistantmail/assistantmail-mcp

Agent email with allowlist and consent via AssistantMail.

client:Zed transport:stdio runtime:npm

Install Assistant Mail MCP 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": {
    "assistantmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@assistantmail/assistantmail-mcp"
      ],
      "env": {
        "ASSISTANT_MAIL_API_KEY": "<ASSISTANT_MAIL_API_KEY>",
        "ASSISTANT_MAIL_API_BASE_URL": "<ASSISTANT_MAIL_API_BASE_URL>"
      }
    }
  }
}

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

Assistant Mail MCP in other clients