Loading MCP server directory, please wait...
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
npx @getmcp/cli add io.github.wyre-technology/scalepad-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SCALEPAD_API_KEYScalePad platform API key (generated in the ScalePad app by an Administrator)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/scalepad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCALEPAD_API_KEY",
"-e",
"SCALEPAD_REGION",
"-e",
"QUOTER_CLIENT_ID",
"-e",
"QUOTER_CLIENT_SECRET",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.1"
],
"env": {
"SCALEPAD_API_KEY": "",
"SCALEPAD_REGION": "us",
"QUOTER_CLIENT_ID": "",
"QUOTER_CLIENT_SECRET": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}