BridgeCommander
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BridgeCommanderRun the deploy script and show me the output"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BridgeCommander
Sovereign MCP desktop control server — reliable, hardened replacement for Desktop Commander.
Zero blocking network calls on initialize
Hard session + buffer + concurrency limits
Never uses
shell: trueDual-ready (stdio + future HTTP)
Emits events for Bridge Brain / theBRIDGE flywheel
Works with any MCP client (Claude Desktop, Cursor, Windsurf, VS Code, etc.)
Quick Start
git clone https://github.com/copperlang2007/bridge-commander.git
cd bridge-commander
bash ONE-CLICK.shThen:
node bin/cli.js setupPaste the printed JSON into your MCP client config and restart the client.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%\Claude\claude_desktop_config.json (Windows)
Cursor
~/.cursor/mcp.json
Related MCP server: win-cli-mcp-server
One-Command Local Run
npm install
npx tsx src/server.tsEnvironment Variables
Variable | Default | Description |
|
| Comma-separated allowed roots |
|
| Max concurrent processes |
| — | Optional POST endpoint for outcome events |
| — | Set to |
Security Notes
All paths are restricted to the configured roots
Commands are never executed through a shell
Output buffers are hard-capped
Sessions are automatically reaped after idle timeout
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for task-first delegation to remote workstations and workers.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Windows desktop GUI control MCP server that enables agents to operate semantic objects rather than fragile screen coordinates. It provides structured, executable interface facts for visual-first desktop automation with tools for clicking, scrolling, typing, and hotkey operations.7MIT
- AlicenseAqualityCmaintenanceHardened MCP server providing controlled access to PowerShell, CMD, Git Bash, and SSH from MCP clients like Claude Desktop.41MIT
- AlicenseAqualityBmaintenanceA macOS computer-use MCP server that grants AI agents mouse, keyboard, and screen control with a robust security model including permission profiles, app deny-lists, and audit logging.22MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for driving any Windows app through five layers including OCR, UI Automation, and direct OS operations. Enables AI agents to control Windows desktop and OS cursor-free, even on background/locked windows.78 npm2MIT