Skip to content
Cursor

your mail mcp for Cursor

io.github.wildsurfer/your-mail-mcp

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

client:Cursor transport:stdio runtime:oci

Install your mail mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

your mail mcp in other clients