your mail mcp for Grok
io.github.wildsurfer/your-mail-mcp
Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.
client:Grok
transport:stdio
runtime:oci
Install your mail mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"your-mail-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wildsurfer/your-mail-mcp:0.4.0"
],
"env": {
"PUBLIC_URL": "<PUBLIC_URL>",
"OAUTH_PASSPHRASE": "<OAUTH_PASSPHRASE>"
}
}
}
}
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