Spanning Cloud Backup for Windsurf
io.github.wyre-ai/spanning-mcp
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
client:Windsurf
transport:stdio
runtime:oci
Install Spanning Cloud Backup in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"spanning-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/spanning-mcp:v1.1.4"
],
"env": {
"SPANNING_PLATFORM": "<SPANNING_PLATFORM>",
"SPANNING_ADMIN_EMAIL": "<SPANNING_ADMIN_EMAIL>",
"SPANNING_API_TOKEN": "<SPANNING_API_TOKEN>",
"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