Unitrends Backup for Cline
io.github.wyre-technology/unitrends-mcp
MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.
client:Cline
transport:stdio
runtime:oci
Install Unitrends Backup in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"unitrends-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/unitrends-mcp:v1.1.3"
],
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs