← Index

Datto SaaS Protection

io.github.wyre-technology/datto-saas-protection-mcp·v1.0.0·Other
Quality Score
95
/100

MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "datto-saas-protection-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/datto-saas-protection-mcp:v1.0.0"
      ],
      "env": {
        "DATTO_SAAS_API_KEY": "<your-datto_saas_api_key>",
        "DATTO_SAAS_REGION": "us",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
DATTO_SAAS_API_KEY
requiredsecret

Datto SaaS Protection (Backupify) API key

DATTO_SAAS_REGION

Region: 'us' (default) or 'eu'

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other