MCP Server
MCP
Helmdeck
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
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
By
Comments
Sign in to leave a comment