MSP360 for Windsurf
io.github.wyre-ai/msp360-mcp
MCP server for MSP360's Managed Backup Service API — companies, computers, and backup plans.
client:Windsurf
transport:stdio
runtime:oci
Install MSP360 in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"msp360-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/msp360-mcp:v1.0.0"
],
"env": {
"MSP360_USERNAME": "<MSP360_USERNAME>",
"MSP360_PASSWORD": "<MSP360_PASSWORD>",
"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