← Index

io.github.Massed-Compute/mcp

io.github.Massed-Compute/mcp·v1.0.2·Other
Quality Score
85
/100

Massed Compute MCP — browse GPU inventory, launch and manage VMs, audit billing.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://vm.massedcompute.com/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "massed-compute-mcp"
      ],
      "env": {
        "MASSED_COMPUTE_API_KEY": "<your-massed_compute_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "massed-compute-mcp"
      ],
      "env": {
        "MASSED_COMPUTE_API_KEY": "<your-massed_compute_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y massed-compute-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "massed-compute-mcp"
      ],
      "env": {
        "MASSED_COMPUTE_API_KEY": "<your-massed_compute_api_key>"
      }
    }
  }
}
§02  Environment variables
MASSED_COMPUTE_API_KEY
secret

Your Massed Compute API key (Bearer token). Generate at https://vm.massedcompute.com/settings/api. Optional — `massed-compute-mcp init` provides an interactive first-run flow that prompts for the key, validates it, and stores it locally with 0600 permissions.

MASSED_COMPUTE_API_KEY
secret

Your Massed Compute API key (Bearer token). Generate at https://vm.massedcompute.com/settings/api. Optional — `massed-compute-mcp init` provides an interactive first-run flow that prompts for the key, validates it, and stores it locally with 0600 permissions.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other