Skip to content
Zed

Unitrends Backup for Zed

io.github.wyre-ai/unitrends-mcp

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

client:Zed transport:stdio runtime:oci

Install Unitrends Backup in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "unitrends-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/unitrends-mcp:v1.1.4"
      ],
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Unitrends Backup in other clients