Loading MCP server directory, please wait...
Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.
npx @getmcp/cli add io.github.wildsurfer/your-mail-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PUBLIC_URLPublic base URL the server is reached at (used for OAuth metadata)
OAUTH_PASSPHRASEPassphrase gating the OAuth consent step
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wildsurfer/your-mail-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PUBLIC_URL",
"-e",
"OAUTH_PASSPHRASE",
"ghcr.io/wildsurfer/your-mail-mcp:0.1.0"
],
"env": {
"PUBLIC_URL": "",
"OAUTH_PASSPHRASE": ""
}
}
}
}