← Index

Unitrends Backup

io.github.wyre-technology/unitrends-mcp·v1.0.0·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "unitrends-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.0.0"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<unitrends_base_url>",
        "UNITRENDS_USERNAME": "<unitrends_username>",
        "UNITRENDS_PASSWORD": "<your-unitrends_password>",
        "UNITRENDS_VERIFY_TLS": "true",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
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
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other