Skip to content
Cursor

mail-muncher for Cursor

io.github.craigjmidwinter/mail-muncher

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

client:Cursor transport:stdio runtime:oci

Install mail-muncher in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mail-muncher in other clients