Skip to content
Windsurf

mail-muncher for Windsurf

io.github.craigjmidwinter/mail-muncher

Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.

client:Windsurf transport:stdio runtime:oci

Install mail-muncher in Windsurf

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

{
  "mcpServers": {
    "mail-muncher": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/craigjmidwinter/mail-muncher:0.4.0"
      ]
    }
  }
}

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

mail-muncher in other clients