Loading MCP server directory, please wait...
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
npx @getmcp/cli add io.github.wyre-technology/spanning-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SPANNING_PLATFORMPlatform: 'm365', 'gws', or 'salesforce'
SPANNING_ADMIN_EMAILSpanning admin account email
SPANNING_API_TOKENSpanning API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/spanning-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SPANNING_PLATFORM",
"-e",
"SPANNING_ADMIN_EMAIL",
"-e",
"SPANNING_API_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/spanning-mcp:v1.0.6"
],
"env": {
"SPANNING_PLATFORM": "",
"SPANNING_ADMIN_EMAIL": "",
"SPANNING_API_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}