Skip to content
Cursor

Unitrends Backup for Cursor

io.github.wyre-technology/unitrends-mcp

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

client:Cursor transport:stdio runtime:oci

Install Unitrends Backup in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unitrends-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/unitrends-mcp:v1.1.3"
      ],
      "env": {
        "UNITRENDS_BASE_URL": "<UNITRENDS_BASE_URL>",
        "UNITRENDS_USERNAME": "<UNITRENDS_USERNAME>",
        "UNITRENDS_PASSWORD": "<UNITRENDS_PASSWORD>",
        "UNITRENDS_VERIFY_TLS": "<UNITRENDS_VERIFY_TLS>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Unitrends Backup in other clients