Back to Discover

unitrends-mcp

connector

wyre-technology

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

View on GitHub
0 starsSynced Aug 13, 2026

Install to Claude Code

/plugin marketplace add wyre-technology/unitrends-mcp

README

Unitrends Backup MCP Server

CI License: Apache 2.0

A Model Context Protocol server exposing the Unitrends Backup API to Claude and other MCP clients.

What it does

Surface backup posture from your Unitrends appliances (or MSP Console) directly to AI assistants — list appliances and protected assets, monitor running and historical backup jobs, browse recovery points, queue restores and replication, and review open alarms and RPO compliance.

  • Interactive Appliance Card (MCP Apps): unitrends_get_appliance renders as an interactive card in MCP Apps hosts (Claude Desktop/web); neutral by default, brandable via window.__BRAND__ injection or MCP_BRAND_* env vars; plain-JSON behavior is unchanged in other hosts

Tools

ToolPurpose
unitrends_list_appliancesList appliances under the MSP Console
unitrends_get_applianceGet a single appliance's details (renders as an interactive card in MCP Apps hosts)
unitrends_list_assetsList protected assets (require applianceId — elicits if missing)
unitrends_get_assetFetch a single asset detail
unitrends_list_running_jobsCurrently running and queued backup jobs
unitrends_list_job_historyHistorical jobs (date-range elicitation)
unitrends_list_recovery_pointsRecovery points for an asset
unitrends_queue_restoreQueue a restore (DESTRUCTIVE — requires confirmation)
unitrends_get_restore_statusCheck restore progress
unitrends_list_alertsOpen alarms
unitrends_get_success_rateRPO compliance report (date-range elicitation)

Credentials

Local (env mode)

export UNITRENDS_BASE_URL="https://unitrends.example.com"
export UNITRENDS_USERNAME="..."
export UNITRENDS_PASSWORD="..."
export UNITRENDS_VERIFY_TLS="true"   # 'false' for self-signed appliances

Hosted (gateway mode)

The WYRE MCP Gateway injects credentials per request via headers:

  • X-Unitrends-Base-URL (required)
  • X-Unitrends-Username (required)
  • X-Unitrends-Password (required, secret)
  • X-Unitrends-Verify-TLS (optional, default true)

Run

npm install
npm run build
npm start                       # stdio
MCP_TRANSPORT=http npm start    # HTTP on :8080

License

Apache 2.0 — see LICENSE.

Rendered live from wyre-technology/unitrends-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
oci packageInstall via oci (stdio transport)mcp-serverghcr.io/wyre-technology/unitrends-mcp:v1.1.2

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.