Loading MCP server directory, please wait...
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
npx @getmcp/cli add io.github.wyre-technology/datto-saas-protection-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
DATTO_SAAS_API_KEYDatto SaaS Protection (Backupify) API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/datto-saas-protection-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATTO_SAAS_API_KEY",
"-e",
"DATTO_SAAS_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/datto-saas-protection-mcp:v1.0.0"
],
"env": {
"DATTO_SAAS_API_KEY": "",
"DATTO_SAAS_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}