Loading MCP server directory, please wait...
MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.
npx @getmcp/cli add io.github.wyre-technology/unitrends-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
UNITRENDS_BASE_URLBase URL of the Unitrends appliance or MSP Console (e.g. https://unitrends.example.com)
UNITRENDS_USERNAMEUnitrends API username
UNITRENDS_PASSWORDUnitrends API password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/unitrends-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"UNITRENDS_BASE_URL",
"-e",
"UNITRENDS_USERNAME",
"-e",
"UNITRENDS_PASSWORD",
"-e",
"UNITRENDS_VERIFY_TLS",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/unitrends-mcp:v1.0.1"
],
"env": {
"UNITRENDS_BASE_URL": "",
"UNITRENDS_USERNAME": "",
"UNITRENDS_PASSWORD": "",
"UNITRENDS_VERIFY_TLS": "true",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}