PluginBench
MCP Server

Unitrends Backup MCP Server

io.github.wyre-technology/unitrends-mcp

What is the Unitrends Backup MCP server?

MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.

How to install Unitrends Backup

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • UNITRENDS_BASE_URL
    required

    Base URL of the Unitrends appliance or MSP Console (e.g. https://unitrends.example.com)

  • UNITRENDS_USERNAME
    required

    Unitrends API username

  • UNITRENDS_PASSWORD
    required
    secret

    Unitrends API password

  • UNITRENDS_VERIFY_TLS

    Verify TLS certificates. Set 'false' for self-signed appliances.

  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unitrends-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.0.4"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<YOUR_UNITRENDS_BASE_URL>",
        "UNITRENDS_USERNAME": "<YOUR_UNITRENDS_USERNAME>",
        "UNITRENDS_PASSWORD": "<YOUR_UNITRENDS_PASSWORD>",
        "UNITRENDS_VERIFY_TLS": "<YOUR_UNITRENDS_VERIFY_TLS>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "unitrends-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.0.4"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<YOUR_UNITRENDS_BASE_URL>",
        "UNITRENDS_USERNAME": "<YOUR_UNITRENDS_USERNAME>",
        "UNITRENDS_PASSWORD": "<YOUR_UNITRENDS_PASSWORD>",
        "UNITRENDS_VERIFY_TLS": "<YOUR_UNITRENDS_VERIFY_TLS>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "unitrends-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.0.4"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<YOUR_UNITRENDS_BASE_URL>",
        "UNITRENDS_USERNAME": "<YOUR_UNITRENDS_USERNAME>",
        "UNITRENDS_PASSWORD": "<YOUR_UNITRENDS_PASSWORD>",
        "UNITRENDS_VERIFY_TLS": "<YOUR_UNITRENDS_VERIFY_TLS>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "unitrends-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.0.4"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<YOUR_UNITRENDS_BASE_URL>",
        "UNITRENDS_USERNAME": "<YOUR_UNITRENDS_USERNAME>",
        "UNITRENDS_PASSWORD": "<YOUR_UNITRENDS_PASSWORD>",
        "UNITRENDS_VERIFY_TLS": "<YOUR_UNITRENDS_VERIFY_TLS>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add unitrends-mcp --env UNITRENDS_BASE_URL=<YOUR_UNITRENDS_BASE_URL> --env UNITRENDS_USERNAME=<YOUR_UNITRENDS_USERNAME> --env UNITRENDS_PASSWORD=<YOUR_UNITRENDS_PASSWORD> --env UNITRENDS_VERIFY_TLS=<YOUR_UNITRENDS_VERIFY_TLS> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/unitrends-mcp:v1.0.4

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →