Loading MCP server directory, please wait...
MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts.
npx @getmcp/cli add io.github.wyre-technology/datto-bcdr-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
DATTO_BCDR_PUBLIC_KEYDatto BCDR partner portal public API key
DATTO_BCDR_PRIVATE_KEYDatto BCDR partner portal private API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/datto-bcdr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATTO_BCDR_PUBLIC_KEY",
"-e",
"DATTO_BCDR_PRIVATE_KEY",
"-e",
"DATTO_BCDR_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/datto-bcdr-mcp:v1.0.1"
],
"env": {
"DATTO_BCDR_PUBLIC_KEY": "",
"DATTO_BCDR_PRIVATE_KEY": "",
"DATTO_BCDR_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}