Spanning Cloud Backup for Claude Desktop
io.github.wyre-technology/spanning-mcp
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
client:Claude Desktop
transport:stdio
runtime:oci
Install Spanning Cloud Backup in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"spanning-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/spanning-mcp:v1.1.3"
],
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs