Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/wyre-technology/unitrends-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "unitrends-mcp": {
      "command": "node",
      "args": ["/path/to/unitrends-mcp/dist/index.js"],
      "env": {
        "UNITRENDS_BASE_URL": "<unitrends_base_url>",
        "UNITRENDS_USERNAME": "<unitrends_username>",
        "UNITRENDS_PASSWORD": "<unitrends_password>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/wyre-technology/unitrends-mcp and follow its README for install instructions.
Detected environment variables
UNITRENDS_BASE_URLUNITRENDS_USERNAMEUNITRENDS_PASSWORD
Use cases

MCP Servers overview

# Unitrends Backup MCP Server

[![CI](https://github.com/wyre-technology/unitrends-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/wyre-technology/unitrends-mcp/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A [Model Context Protocol](https://modelcontextprotocol.io) server exposing the
[Unitrends Backup](https://www.unitrends.com/) 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

| Tool | Purpose |
| --- | --- |
| `unitrends_list_appliances` | List appliances under the MSP Console |
| `unitrends_get_appliance` | Get a single appliance's details (renders as an interactive card in MCP Apps hosts) |
| `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)

```sh
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

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

## License

Apache 2.0 — see [LICENSE](LICENSE).
backupbcdrclaudekaseyamcpmodel-context-protocolmspunitrends

What people ask about unitrends-mcp

What is wyre-technology/unitrends-mcp?

+

wyre-technology/unitrends-mcp is mcp servers for the Claude AI ecosystem. MCP server for Unitrends Backup — appliances, jobs, recovery points, replication, alerts It has 0 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install unitrends-mcp?

+

You can install unitrends-mcp by cloning the repository (https://github.com/wyre-technology/unitrends-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is wyre-technology/unitrends-mcp safe to use?

+

Our security agent has analyzed wyre-technology/unitrends-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains wyre-technology/unitrends-mcp?

+

wyre-technology/unitrends-mcp is maintained by wyre-technology. The last recorded GitHub activity is dated 2026-08-20, with 1 open issues.

Are there alternatives to unitrends-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy unitrends-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: wyre-technology/unitrends-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wyre-technology-unitrends-mcp)](https://claudewave.com/repo/wyre-technology-unitrends-mcp)
<a href="https://claudewave.com/repo/wyre-technology-unitrends-mcp"><img src="https://claudewave.com/api/badge/wyre-technology-unitrends-mcp" alt="Featured on ClaudeWave: wyre-technology/unitrends-mcp" width="320" height="64" /></a>

More MCP Servers

unitrends-mcp alternatives