Helmdeck for Cursor
io.github.tosin2013/helmdeck
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
client:Cursor
transport:stdio
runtime:npm
Install Helmdeck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"helmdeck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "<HELMDECK_URL>",
"HELMDECK_TOKEN": "<HELMDECK_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs