the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Massed-Compute/mcp",
"description": "Massed Compute MCP — GPU inventory, VM lifecycle, billing, SSH keys, and setup recipes.",
"repository": {
"url": "https://github.com/Massed-Compute/massed-compute-mcp",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "massed-compute-mcp",
"version": "1.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "MASSED_COMPUTE_API_KEY"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "massed-compute-mcp",
"version": "1.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "MASSED_COMPUTE_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://vm.massedcompute.com/api/mcp",
"headers": [
{
"description": "Your Massed Compute API key as a Bearer token (include the 'Bearer ' prefix). Generate one at https://vm.massedcompute.com/settings/api — use a read-only key for analysis-only assistants so destructive tool calls (launch, restart, terminate, SSH-key deletion) are rejected at call time.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-31T14:14:29.721179Z",
"publishedAt": "2026-07-31T14:14:29.721179Z",
"updatedAt": "2026-07-31T14:14:29.721179Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.