Massed Compute MCP β browse GPU inventory, launch and manage VMs, audit billing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Model Context Protocol 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, audit billing, discover setup recipes.
The packages published from this repo are a verbatim proxy of the public MCP endpoint at https://vm.massedcompute.com/api/mcp β zero added surface. Every JSON-RPC message (initialize, tools/list, tools/call, resources/list, resources/read, ping, β¦) is forwarded unchanged with your stored API key injected as a Bearer header, and responses come back unchanged. Nothing is added, renamed, filtered, or rewritten on the way through:
0600 on POSIX), and one-shot client wiring via init.Issue a read-only key for analysis-only assistants and the endpoint rejects destructive tool calls (launch, restart, terminate, SSH-key changes) at call time. Works with Claude Code, Claude Desktop, Cursor, and Codex. Run massed-compute-mcp tools to print the live catalog β GPU inventory, VM images, instance lifecycle, coupons, billing, SSH keys, and setup recipes.
Beyond raw tools, Massed Compute publishes Agent Skills β markdown workflow templates for common operations like GPU selection and cost auditing. Full docs at vm-docs.massedcompute.com/docs/category/mcp.
Open vm.massedcompute.com/settings/api, create a key (read-only for analysis-only assistants; full-access to allow launch / restart / terminate / SSH-key changes), copy it.
The local packages proxy this endpoint verbatim, so pointing your client straight at it gives you the identical catalog with nothing to install. Pick the snippet for your client:
Claude Code
Cursor β ~/.cursor/mcp.json
Codex β ~/.codex/config.toml
Claude Desktop
Claude Desktop does not yet speak streamable-HTTP MCP, so use mcp-remote as a stdioβHTTP bridge. Config at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Install via whichever ecosystem you prefer:
Run one-shot setup:
init prompts for the key, validates it upstream, stores it at 0600 (POSIX), detects installed MCP clients (Claude Code, Cursor, Claude Desktop, Codex), and offers to wire each one. A timestamped backup is taken before any client edit. Restart wired clients to pick up the tools.
Config file location:
$XDG_CONFIG_HOME/massed-compute/config.json (falls back to ~/.config/...)~/Library/Application Support/massed-compute/config.json%APPDATA%\massed-compute\config.jsonNon-interactive (CI / scripts):
Add or remove a client later:
install-client is idempotent β re-running when the entry already matches is a silent no-op.
doctor confirms the stored key still works, prints the tool catalog, and shows copy-pasteable snippets for any clients you didn't auto-wire. Or just ask your assistant "Validate my Massed Compute API key." β a { message: "Valid Token" } response confirms the wiring.
| Command | What it does |
|---|---|
massed-compute-mcp (no args) | Run the MCP server over stdio |
massed-compute-mcp init | First-run setup: prompt, validate, store, wire clients |
massed-compute-mcp doctor | Verify the stored key and print client snippets |
massed-compute-mcp install-client <id> | Wire a single client (claude-code, cursor, claude-desktop, codex) |
massed-compute-mcp uninstall-client <id> | Remove our entry from a client config |
massed-compute-mcp config show | Print resolved config path, masked key, resolution chain |
massed-compute-mcp logout | Delete the stored API key |
massed-compute-mcp tools [--json] | Fetch and print the live tool catalog from the hosted endpoint |
massed-compute-mcp version | Print the version |
When the server starts, the API key is taken from the first source that provides one:
--token <value> CLI flag--token-file <path> CLI flag (first line, trimmed)MASSED_COMPUTE_API_KEY environment variableinitIf none of those are set, the server exits non-zero with a pointer to massed-compute-mcp init. Override the upstream with MASSED_COMPUTE_API_BASE_URL (default https://vm.massedcompute.com).
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-200)<a href="https://allmcps.com/mcp/mcp-200"><img src="https://allmcps.com/api/badge/mcp-200?style=directory" alt="Mcp on AllMCPs" /></a>