← Back to Plugins
MCP Server MCP

Mimecast

github By github 👁 1 views ▲ 0 votes

MCP server for Mimecast email security: message queue, held messages, domains, and threats.

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/mimecast-mcp:v1.3.5

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/mimecast-mcp:v1.3.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Mimecast API 2.0 client ID",
          "isRequired": true,
          "format": "string",
          "name": "MIMECAST_CLIENT_ID"
        },
        {
          "description": "Mimecast API 2.0 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MIMECAST_CLIENT_SECRET"
        },
        {
          "description": "Mimecast region: 'us' (default), 'eu', 'de', 'au', 'za', 'ca', 'usb', 'usbe', or 'gb'",
          "format": "string",
          "default": "us",
          "name": "MIMECAST_REGION"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...