MCP Server
MCP
Unitrends Backup
MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.
Install
oci:ghcr.io/wyre-technology/unitrends-mcp:v1.1.3
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/unitrends-mcp:v1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Unitrends appliance or MSP Console (e.g. https://unitrends.example.com)",
"isRequired": true,
"format": "string",
"name": "UNITRENDS_BASE_URL"
},
{
"description": "Unitrends API username",
"isRequired": true,
"format": "string",
"name": "UNITRENDS_USERNAME"
},
{
"description": "Unitrends API password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNITRENDS_PASSWORD"
},
{
"description": "Verify TLS certificates. Set 'false' for self-signed appliances.",
"format": "string",
"default": "true",
"name": "UNITRENDS_VERIFY_TLS"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment