HomeCommunication › your-mail-mcp

your-mail-mcp

Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.

Go Local macOSWindowsLinux
★ 15 stars Last pushed 2026-09-07 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

Package: oci ghcr.io/wildsurfer/your-mail-mcp:0.4.0

  • PUBLIC_URL — Public base URL the server is reached at (used for OAuth metadata)
  • OAUTH_PASSPHRASE secret — Passphrase gating the OAuth consent step

Package (oci)

docker run -i --rm ghcr.io/wildsurfer/your-mail-mcp:0.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "your-mail-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wildsurfer/your-mail-mcp:0.4.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry