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.tosin2013/helmdeck",
"description": "Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.",
"title": "Helmdeck",
"repository": {
"url": "https://github.com/tosin2013/helmdeck",
"source": "github",
"id": "1204058942"
},
"version": "0.29.10",
"websiteUrl": "https://helmdeck.dev",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@helmdeck/mcp-bridge",
"version": "0.29.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)",
"isRequired": true,
"format": "string",
"name": "HELMDECK_URL"
},
{
"description": "JWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{\"username\":\"admin\",\"password\":\"...\"}'",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELMDECK_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/tosin2013/helmdeck-mcp:0.29.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your helmdeck control plane reachable from the container network (e.g. http://host.docker.internal:3000)",
"isRequired": true,
"format": "string",
"name": "HELMDECK_URL"
},
{
"description": "JWT bearer token minted from your helmdeck control plane",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELMDECK_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-22T16:35:24.608987Z",
"publishedAt": "2026-06-22T16:35:24.608987Z",
"updatedAt": "2026-06-22T16:35:24.608987Z",
"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+jsonlocal · you run it yourselfversion 0.29.10last 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.