Helmdeck

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

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

HELMDECK_URL(str)
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(str)
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":"..."}'

Transportstdio

Environment Variables

HELMDECK_URL(str)
Required

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

HELMDECK_TOKEN(str)
RequiredSecret

JWT bearer token minted from your helmdeck control plane