io.github.wyre-technology
unitrends-mcp
Unitrends Backup
MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.
stdiocommunityapplication
Package Details
ghcr.io/wyre-technology/unitrends-mcp:v1.0.0
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:
trueVerify TLS certificates. Set 'false' for self-signed appliances.
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error