MCP Server
MCP
mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
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
By
Comments
Sign in to leave a comment