← Back to Plugins
MCP Server MCP

Helmdeck

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @helmdeck/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...