Odel
mail-muncher

mail-muncher

Local
@craigjmidwinter3GoMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/craigjmidwinter/mail-muncher:0.4.0

Run

docker run -i --rm ghcr.io/craigjmidwinter/mail-muncher:0.4.0

MCP client config

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