← Back to browse

Datto BCDR

Indexed by io.github.wyre-technology

About

MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDATTO_BCDR_PUBLIC_KEY DATTO_BCDR_PRIVATE_KEY DATTO_BCDR_REGION MCP_TRANSPORT AUTH_MODE LOG_LEVEL
Claude Code
claude mcp add --env DATTO_BCDR_PUBLIC_KEY= --env DATTO_BCDR_PRIVATE_KEY= --env DATTO_BCDR_REGION= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= datto-bcdr-mcp -- docker ghcr.io/wyre-technology/datto-bcdr-mcp:v1.1.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"datto-bcdr-mcp","command":"docker","args":["ghcr.io/wyre-technology/datto-bcdr-mcp:v1.1.0"],"env":{"DATTO_BCDR_PUBLIC_KEY":"","DATTO_BCDR_PRIVATE_KEY":"","DATTO_BCDR_REGION":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "datto-bcdr-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/wyre-technology/datto-bcdr-mcp:v1.1.0"
      ],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "",
        "DATTO_BCDR_PRIVATE_KEY": "",
        "DATTO_BCDR_REGION": "",
        "MCP_TRANSPORT": "",
        "AUTH_MODE": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.