Odel
SaaS Alerts

SaaS Alerts

Local
@wyre-aiTypeScriptUpdated Today

MCP server for Kaseya SaaS Alerts — SaaS security monitoring for M365 & Google Workspace.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/wyre-ai/saas-alerts-mcp:v1.2.7

Run

docker run -i --rm ghcr.io/wyre-ai/saas-alerts-mcp:v1.2.7

MCP client config

{
  "mcpServers": {
    "saas-alerts": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/saas-alerts-mcp:v1.2.7"
      ]
    }
  }
}