mail-muncher for Zed
io.github.craigjmidwinter/mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
client:Zed
transport:stdio
runtime:oci
Install mail-muncher in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mail-muncher": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs