
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@helmdeck/mcp-bridge
Advanced tools
Stdio MCP bridge that connects Claude Code, Claude Desktop, OpenClaw, and Gemini CLI to a helmdeck control plane.
Stdio MCP bridge for helmdeck. Connects Claude Code, Claude Desktop, OpenClaw, and Gemini CLI to a helmdeck control plane via the Model Context Protocol.
# 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
The bridge reads two environment variables:
| Variable | Description |
|---|---|
HELMDECK_URL | Base URL of the helmdeck control plane (e.g. https://helmdeck.example) |
HELMDECK_TOKEN | Bearer JWT issued from the Management UI's API Tokens panel |
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.
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).
Apache-2.0
FAQs
Stdio MCP bridge that connects Claude Code, Claude Desktop, OpenClaw, and Gemini CLI to a helmdeck control plane.
The npm package @helmdeck/mcp-bridge receives a total of 120 weekly downloads. As such, @helmdeck/mcp-bridge popularity was classified as not popular.
We found that @helmdeck/mcp-bridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.