← Back to Plugins
MCP Server MCP

SaaS Alerts

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/saas-alerts-mcp:v1.2.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/saas-alerts-mcp:v1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SaaS Alerts API key (sent as the api_key header). Required.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SAAS_ALERTS_API_KEY"
        },
        {
          "description": "Transport mode. 'stdio' for local CLI; image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "'env' reads vars locally; 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...