Skip to content
Windsurf

Mailbox for Windsurf

io.github.psyb0t/mailbox

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

client:Windsurf transport:stdio runtime:oci

Install Mailbox in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "mailbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/mailbox:v0.4.15"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Mailbox in other clients