mail-muncher for Grok
io.github.craigjmidwinter/mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
client:Grok
transport:stdio
runtime:oci
Install mail-muncher in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mail-muncher": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs