Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.wyre-technology/scalepad-mcp · v1.0.5
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
ScalePad 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"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_API_KEY必填secretScalePad platform API key (generated in the ScalePad app by an Administrator)
SCALEPAD_REGION可选Data-residency region for ControlMap/Backup Radar: 'us' (default), 'eu', 'ca', or 'au'
QUOTER_CLIENT_ID可选Optional Quoter OAuth Client ID — only for the standalone api.quoter.com path
QUOTER_CLIENT_SECRET可选secretOptional Quoter OAuth Client Secret, paired with QUOTER_CLIENT_ID
MCP_TRANSPORT可选Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE可选Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL可选Log verbosity: debug, info, warn, error
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.wyre-technology/scalepad-mcp",
"type": "mcp-server",
"version": "1.0.5",
"displayName": "ScalePad",
"description": "MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.",
"repository": {
"url": "https://github.com/wyre-technology/scalepad-mcp",
"source": "github"
},
"homepage": "https://github.com/wyre-technology/scalepad-mcp",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5",
"transport": "stdio",
"environmentVariables": [
{
"name": "SCALEPAD_API_KEY",
"description": "ScalePad platform API key (generated in the ScalePad app by an Administrator)",
"isRequired": true,
"isSecret": true
},
{
"name": "SCALEPAD_REGION",
"description": "Data-residency region for ControlMap/Backup Radar: 'us' (default), 'eu', 'ca', or 'au'"
},
{
"name": "QUOTER_CLIENT_ID",
"description": "Optional Quoter OAuth Client ID — only for the standalone api.quoter.com path"
},
{
"name": "QUOTER_CLIENT_SECRET",
"description": "Optional Quoter OAuth Client Secret, paired with QUOTER_CLIENT_ID",
"isSecret": true
},
{
"name": "MCP_TRANSPORT",
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting."
},
{
"name": "AUTH_MODE",
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway."
},
{
"name": "LOG_LEVEL",
"description": "Log verbosity: debug, info, warn, error"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wyre-technology/scalepad-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wyre-technology%2Fscalepad-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}