Mimecast for Cursor
io.github.wyre-ai/mimecast-mcp
MCP server for Mimecast email security: message queue, held messages, domains, and threats.
client:Cursor
transport:stdio
runtime:oci
Install Mimecast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mimecast-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/mimecast-mcp:v1.3.6"
],
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs