Unitrends Backup for Windsurf
io.github.wyre-ai/unitrends-mcp
MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts.
client:Windsurf
transport:stdio
runtime:oci
Install Unitrends Backup in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"unitrends-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/unitrends-mcp:v1.1.4"
],
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs