Helmdeck✓
io.github.tosin2013/helmdeck · v0.12.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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.12.0",
"websiteUrl": "https://helmdeck.dev",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@helmdeck/mcp-bridge",
"version": "0.12.0",
"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.12.0",
"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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}