io.github.tosin2013
helmdeck
Helmdeck
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
stdiocommunityinfra
Package Details
@helmdeck/mcp-bridge
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":"..."}'
ghcr.io/tosin2013/helmdeck-mcp:0.10.2
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