Skip to content
Windsurf

your mail mcp for Windsurf

io.github.wildsurfer/your-mail-mcp

Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.

client:Windsurf transport:stdio runtime:oci

Install your mail mcp in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "your-mail-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wildsurfer/your-mail-mcp:0.4.0"
      ],
      "env": {
        "PUBLIC_URL": "<PUBLIC_URL>",
        "OAUTH_PASSPHRASE": "<OAUTH_PASSPHRASE>"
      }
    }
  }
}

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

your mail mcp in other clients