Skip to content
Claude Desktop

ScalePad for Claude Desktop

io.github.wyre-technology/scalepad-mcp

MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.

client:Claude Desktop transport:stdio runtime:oci

Install ScalePad in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
      ],
      "env": {
        "SCALEPAD_API_KEY": "<SCALEPAD_API_KEY>",
        "SCALEPAD_REGION": "<SCALEPAD_REGION>",
        "QUOTER_CLIENT_ID": "<QUOTER_CLIENT_ID>",
        "QUOTER_CLIENT_SECRET": "<QUOTER_CLIENT_SECRET>",
        "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

ScalePad in other clients