Skip to content
Cline

Datto BCDR for Cline

io.github.wyre-technology/datto-bcdr-mcp

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

client:Cline transport:stdio runtime:oci

Install Datto BCDR in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "datto-bcdr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/datto-bcdr-mcp:v1.1.4"
      ],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "<DATTO_BCDR_PUBLIC_KEY>",
        "DATTO_BCDR_PRIVATE_KEY": "<DATTO_BCDR_PRIVATE_KEY>",
        "DATTO_BCDR_REGION": "<DATTO_BCDR_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Datto BCDR in other clients