Skip to content
Grok

Spanning Cloud Backup for Grok

io.github.wyre-ai/spanning-mcp

MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.

client:Grok transport:stdio runtime:oci

Install Spanning Cloud Backup in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spanning-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Spanning Cloud Backup in other clients