🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@helmdeck/mcp-bridge

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helmdeck/mcp-bridge

Stdio MCP bridge that connects Claude Code, Claude Desktop, OpenClaw, and Gemini CLI to a helmdeck control plane.

latest
Source
npmnpm
Version
0.29.10
Version published
Weekly downloads
30
-80.13%
Maintainers
1
Weekly downloads
 
Created
Source

@helmdeck/mcp-bridge

Stdio MCP bridge for helmdeck. Connects Claude Code, Claude Desktop, OpenClaw, and Gemini CLI to a helmdeck control plane via the Model Context Protocol.

Quick start

# One-shot, no install
HELMDECK_URL=https://helmdeck.example HELMDECK_TOKEN=... npx @helmdeck/mcp-bridge

# Or install globally
npm install -g @helmdeck/mcp-bridge
helmdeck-mcp

Configuration

The bridge reads two environment variables:

VariableDescription
HELMDECK_URLBase URL of the helmdeck control plane (e.g. https://helmdeck.example)
HELMDECK_TOKENBearer JWT issued from the Management UI's API Tokens panel

Client snippets

The control plane exposes ready-to-paste configuration snippets at GET /api/v1/connect/{client} for each supported client. Example:

curl -H "Authorization: Bearer $HELMDECK_TOKEN" \
  "$HELMDECK_URL/api/v1/connect/claude-code"

Supported clients: claude-code, claude-desktop, openclaw, gemini-cli.

How it works

postinstall downloads the platform-matching helmdeck-mcp binary from the corresponding GitHub Release, verifies its SHA256 against checksums.txt, and places it in bin/. Set HELMDECK_MCP_SKIP_DOWNLOAD=1 to skip the download (useful in CI images that bake the binary in another way).

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts