Skip to content
Windsurf

Mimecast for Windsurf

io.github.wyre-technology/mimecast-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Mimecast in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mimecast-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mimecast-mcp:v1.3.5"
      ],
      "env": {
        "MIMECAST_CLIENT_ID": "<MIMECAST_CLIENT_ID>",
        "MIMECAST_CLIENT_SECRET": "<MIMECAST_CLIENT_SECRET>",
        "MIMECAST_REGION": "<MIMECAST_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Mimecast in other clients