← Index

Mimecast

io.github.wyre-technology/mimecast-mcp·v1.2.3·Email
Quality Score
95
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mimecast-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/mimecast-mcp:v1.2.3"
      ],
      "env": {
        "MIMECAST_CLIENT_ID": "<mimecast_client_id>",
        "MIMECAST_CLIENT_SECRET": "<your-mimecast_client_secret>",
        "MIMECAST_REGION": "us",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
MIMECAST_CLIENT_ID
required

Mimecast API 2.0 client ID

MIMECAST_CLIENT_SECRET
requiredsecret

Mimecast API 2.0 client secret

MIMECAST_REGION

Mimecast region: 'us' (default), 'eu', 'de', 'au', 'za', 'ca', 'usb', 'usbe', or 'gb'

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Email