← Back to Plugins
MCP Server MCP

io.github.wildsurfer/your-mail-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wildsurfer/your-mail-mcp:0.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wildsurfer/your-mail-mcp:0.1.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8080/mcp"
      },
      "environmentVariables": [
        {
          "description": "Public base URL the server is reached at (used for OAuth metadata)",
          "isRequired": true,
          "format": "string",
          "name": "PUBLIC_URL"
        },
        {
          "description": "Passphrase gating the OAuth consent step",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OAUTH_PASSPHRASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...