{
  "markdown": "# Mimecast MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for Mimecast email security. Enables AI assistants to track messages, investigate threats, manage email queues, and access threat intelligence data.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your Mimecast environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Installation\n\n```bash\nnpm install @wyre-ai/mimecast-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `MIMECAST_CLIENT_ID` | Yes | Your Mimecast API client ID |\n| `MIMECAST_CLIENT_SECRET` | Yes | Your Mimecast API client secret |\n| `MIMECAST_REGION` | Yes | Your Mimecast region: us, eu, de, au, za, ca |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"mimecast-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/mimecast-mcp\"],\n      \"env\": {\n        \"MIMECAST_CLIENT_ID\": \"your-mimecast-client-id\"\n        \"MIMECAST_CLIENT_SECRET\": \"your-mimecast-client-secret\"\n        \"MIMECAST_REGION\": \"your-mimecast-region\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add mimecast-mcp \\\n  -e MIMECAST_CLIENT_ID=your-value \\\n  -e MIMECAST_CLIENT_SECRET=your-value \\\n  -e MIMECAST_REGION=your-value \\\n  -- npx -y @wyre-ai/mimecast-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t mimecast-mcp .\ndocker run \\\n  -e MIMECAST_CLIENT_ID=your-value \\\n  -e MIMECAST_CLIENT_SECRET=your-value \\\n  -e MIMECAST_REGION=your-value \\\n  -p 8080:8080 mimecast-mcp\n```\n\n## Available Domains\n\n### Messages\nMessage tracking and investigation\n\n### Queue\nEmail queue management\n\n### Threats\nThreat intelligence and detection data\n\n## Interactive Message Card (MCP Apps)\n\n`mimecast_get_message_info` renders as an interactive, read-only card in MCP\nApps hosts (Claude Desktop/web) showing delivery status, sender/recipients,\nspam score, and rejection details; plain-JSON behavior is unchanged in other\nhosts. The card is neutral by default, brandable via `window.__BRAND__`\ninjection or `MCP_BRAND_*` env vars (`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`,\n`MCP_BRAND_PRIMARY_COLOR`, `MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`,\n`MCP_BRAND_TEXT`) — no rebuild needed.\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/mimecast-mcp.git\ncd mimecast-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 3202,
  "sha": "c9b09a9d14af3436bf4349f6e0957e7aeb18dabae69a942b7b69fb31cb8fd0e3",
  "repo_slug": "wyre-ai/mimecast-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_ai_mimecast_mcp_bfbceb4f/readme"
}