ScalePad for Cline
io.github.wyre-technology/scalepad-mcp
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
client:Cline
transport:stdio
runtime:oci
Install ScalePad in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs