Mimecast for Zed
io.github.wyre-technology/mimecast-mcp
MCP server for Mimecast email security: message queue, held messages, domains, and threats.
client:Zed
transport:stdio
runtime:oci
Install Mimecast in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs