5 hours ago
The official Massed Compute MCP server lets AI agents and developer tools check live GPU inventory, launch and tear down VM instances, and audit billing — all through natural-language tool calls. Connect over stdio (npx/uvx) or a hosted Streamable HTTP endpoint with a Bearer API key.
サーバー設定
{
"mcpServers": {
"massed-compute": {
"url": "https://vm.massedcompute.com/api/mcp",
"headers": {
"Authorization": "Bearer MC_TOKEN"
}
}
}
}