Helmdeck
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<helmdeck_url>",
"HELMDECK_TOKEN": "<your-helmdeck_token>"
}
}
}
}{
"mcpServers": {
"helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<helmdeck_url>",
"HELMDECK_TOKEN": "<your-helmdeck_token>"
}
}
}
}npx -y @helmdeck/mcp-bridge{
"mcpServers": {
"helmdeck": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/tosin2013/helmdeck-mcp:0.17.1"
],
"env": {
"HELMDECK_URL": "<helmdeck_url>",
"HELMDECK_TOKEN": "<your-helmdeck_token>"
}
}
}
}HELMDECK_URLBase URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)
HELMDECK_TOKENJWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{"username":"admin","password":"..."}'
HELMDECK_URLBase URL of your helmdeck control plane reachable from the container network (e.g. http://host.docker.internal:3000)
HELMDECK_TOKENJWT bearer token minted from your helmdeck control plane
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,