Odel
Helmdeck

Helmdeck

Local
@tosin20134GoApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@helmdeck/mcp-bridgev0.29.10

Run

npx -y @helmdeck/mcp-bridge

MCP client config

{
  "mcpServers": {
    "helmdeck": {
      "command": "npx",
      "args": [
        "-y",
        "@helmdeck/mcp-bridge"
      ]
    }
  }
}
Dockerghcr.io/tosin2013/helmdeck-mcp:0.29.10

Run

docker run -i --rm ghcr.io/tosin2013/helmdeck-mcp:0.29.10

MCP client config

{
  "mcpServers": {
    "helmdeck": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tosin2013/helmdeck-mcp:0.29.10"
      ]
    }
  }
}