← Back to Plugins
MCP Server MCP

mail-muncher

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/craigjmidwinter/mail-muncher:0.4.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/craigjmidwinter/mail-muncher:0.4.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Serve the archive over stdio MCP. This is the image's default command; it is spelled out here so a client that appends its own arguments does not silently drop it.",
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...