← Index

Helmdeck

io.github.tosin2013/helmdeck·v0.17.1·Browser Automation
Quality Score
90
/100

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "helmdeck": {
      "command": "npx",
      "args": [
        "-y",
        "@helmdeck/mcp-bridge"
      ],
      "env": {
        "HELMDECK_URL": "<helmdeck_url>",
        "HELMDECK_TOKEN": "<your-helmdeck_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "helmdeck": {
      "command": "npx",
      "args": [
        "-y",
        "@helmdeck/mcp-bridge"
      ],
      "env": {
        "HELMDECK_URL": "<helmdeck_url>",
        "HELMDECK_TOKEN": "<your-helmdeck_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @helmdeck/mcp-bridge
Claude Desktop (Docker)
{
  "mcpServers": {
    "helmdeck": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/tosin2013/helmdeck-mcp:0.17.1"
      ],
      "env": {
        "HELMDECK_URL": "<helmdeck_url>",
        "HELMDECK_TOKEN": "<your-helmdeck_token>"
      }
    }
  }
}
§02  Environment variables
HELMDECK_URL
required

Base URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)

HELMDECK_TOKEN
requiredsecret

JWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{"username":"admin","password":"..."}'

HELMDECK_URL
required

Base URL of your helmdeck control plane reachable from the container network (e.g. http://host.docker.internal:3000)

HELMDECK_TOKEN
requiredsecret

JWT bearer token minted from your helmdeck control plane

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation