Skip to content
Zed

your mail mcp for Zed

io.github.wildsurfer/your-mail-mcp

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

client:Zed transport:stdio runtime:oci

Install your mail mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "your-mail-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wildsurfer/your-mail-mcp:0.4.0"
      ],
      "env": {
        "PUBLIC_URL": "<PUBLIC_URL>",
        "OAUTH_PASSPHRASE": "<OAUTH_PASSPHRASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

your mail mcp in other clients