MCP.so
登录

Massed Compute Mcp

@Massed-Compute

关于 Massed Compute Mcp

Model Context Protocol server for Massed Compute — list GPU inventory, launch and manage VM instances, manage SSH keys, audit billing.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

Massed-Compute

提交者

TJ Frevert

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "massed-compute": {
      "url": "https://vm.massedcompute.com/api/mcp",
      "headers": {
        "Authorization": "Bearer MC_TOKEN"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Massed Compute MCP?

A Model Context Protocol (MCP) server that lets AI assistants—Claude, Cursor, Codex, ChatGPT, and other MCP-compatible clients—interact with your Massed Compute account: browse GPU inventory, launch and manage VMs, and audit billing.

How to use Massed Compute MCP?

Obtain an API key from your Massed Compute settings (read-only for analysis-only assistants, full-access for destructive operations). Then either use the hosted endpoint by pointing your client at the streamable HTTP URL, or install the CLI locally via npm install -g massed-compute-mcp (or pip/uv) and run massed-compute-mcp init to store your key and automatically wire detected clients.

Key features of Massed Compute MCP

  • 14 tools mapping 1:1 to documented API endpoints
  • Read-only and full-access key separation
  • Hosted endpoint (zero install) or local CLI
  • Automatic client wiring for Claude, Cursor, Codex, Claude Desktop
  • GPU inventory, VM management, SSH keys, billing, and coupons
  • Doctor command to verify connection and print tool catalog

Use cases of Massed Compute MCP

  • Launch and manage GPU instances via natural language in an AI assistant
  • Check GPU inventory, pricing, and regional capacity before purchasing
  • Audit billing settings and apply coupon discounts
  • Manage SSH keys and automate VM lifecycle (restart, terminate)
  • Validate API tokens and retrieve account information

FAQ from Massed Compute MCP

What type of API key is required?

Read-only keys allow analysis-only tools (list, get, billing, coupons); full-access keys are required for tools that launch, restart, terminate, or modify SSH keys. Destructive tools are hidden from the catalog when a read-only key is used.

How do I install the server locally?

Install via npm install -g massed-compute-mcp (Node >= 20), pip install massed-compute-mcp (Python >= 3.10), or uv tool install massed-compute-mcp. Then run massed-compute-mcp init to set up your API key and wire clients.

How do I configure clients to use the hosted endpoint?

Use the client-specific snippets provided in the README: for Claude Code use claude mcp add, for Cursor add to ~/.cursor/mcp.json, for Codex add to ~/.codex/config.toml, and for Claude Desktop use the mcp-remote bridge.

How can I verify the connection is working?

Run massed-compute-mcp doctor to confirm the stored key, see the tool catalog, and get copy-pasteable client snippets. Alternatively, ask your assistant "Validate my Massed Compute API key."

How is the API key resolved when the server starts?

The key is taken from the first available source: --token CLI flag, --token-file CLI flag, MASSED_COMPUTE_API_KEY environment variable, or the stored config file written by init. If none are set, the server exits with a pointer to the init command.

评论

开发工具 分类下的更多 MCP 服务器