Loading MCP server directory, please wait...
MCP server for Mimecast email security: message queue, held messages, domains, and threats.
npx @getmcp/cli add io.github.wyre-technology/mimecast-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MIMECAST_CLIENT_IDMimecast API 2.0 client ID
MIMECAST_CLIENT_SECRETMimecast API 2.0 client secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/mimecast-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MIMECAST_CLIENT_ID",
"-e",
"MIMECAST_CLIENT_SECRET",
"-e",
"MIMECAST_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/mimecast-mcp:v1.2.3"
],
"env": {
"MIMECAST_CLIENT_ID": "",
"MIMECAST_CLIENT_SECRET": "",
"MIMECAST_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}