Unitrends Backup

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

stdiocommunityapplication

Package Details

Transportstdio

Environment Variables

UNITRENDS_BASE_URL(str)
Required

Base URL of the Unitrends appliance or MSP Console (e.g. https://unitrends.example.com)

UNITRENDS_USERNAME(str)
Required

Unitrends API username

UNITRENDS_PASSWORD(str)
RequiredSecret

Unitrends API password

UNITRENDS_VERIFY_TLS(str)
Default:true

Verify TLS certificates. Set 'false' for self-signed appliances.

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error