mail-muncher for VS Code
io.github.craigjmidwinter/mail-muncher
Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.
client:VS Code
transport:stdio
runtime:oci
Install mail-muncher in VS Code
.vscode/mcp.json
{
"servers": {
"mail-muncher": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/mail-muncher:0.4.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs