← Back to Plugins
MCP Server MCP

JMAP Email

github By github 👁 1 views ▲ 0 votes

Email management via JMAP — mailboxes, messages, identities, and Sieve scripts

Homepage Verified source GitHub

Install

oci:ghcr.io/mikluko/jmap-mcp:0.10.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mikluko/jmap-mcp:0.10.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "JMAP session endpoint URL (e.g. https://api.fastmail.com/jmap/session)",
          "isRequired": true,
          "format": "string",
          "name": "JMAP_SESSION_URL"
        },
        {
          "description": "JMAP bearer token for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JMAP_AUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...