Unitrends
FreeNot checkedMCP server for Unitrends Backup — appliances, jobs, recovery points, replication, alerts
About
MCP server for Unitrends Backup — appliances, jobs, recovery points, replication, alerts
README
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.
Tools
| Tool | Purpose |
|---|---|
unitrends_list_appliances |
List appliances under the MSP Console |
unitrends_list_assets |
List protected assets (require applianceId — elicits if missing) |
unitrends_get_asset |
Fetch a single asset detail |
unitrends_list_running_jobs |
Currently running and queued backup jobs |
unitrends_list_job_history |
Historical jobs (date-range elicitation) |
unitrends_list_recovery_points |
Recovery points for an asset |
unitrends_queue_restore |
Queue a restore (DESTRUCTIVE — requires confirmation) |
unitrends_get_restore_status |
Check restore progress |
unitrends_list_alerts |
Open alarms |
unitrends_get_success_rate |
RPO 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, defaulttrue)
Run
npm install
npm run build
npm start # stdio
MCP_TRANSPORT=http npm start # HTTP on :8080
License
Apache 2.0 — see LICENSE.
Install Unitrends in Claude Desktop, Claude Code & Cursor
unyly install unitrends-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add unitrends-mcp -- npx -y github:wyre-technology/unitrends-mcpFAQ
Is Unitrends MCP free?
Yes, Unitrends MCP is free — one-click install via Unyly at no cost.
Does Unitrends need an API key?
No, Unitrends runs without API keys or environment variables.
Is Unitrends hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Unitrends in Claude Desktop, Claude Code or Cursor?
Open Unitrends on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Unitrends with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
