Skip to main content
Glama

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: true

  • Dual-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.sh

Then:

node bin/cli.js setup

Paste 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.ts

Environment Variables

Variable

Default

Description

BRIDGE_COMMANDER_ROOTS

process.cwd()

Comma-separated allowed roots

BRIDGE_MAX_SESSIONS

12

Max concurrent processes

BRIDGE_BRAIN_URL

Optional POST endpoint for outcome events

BRIDGE_HTTP

Set to 1 for future HTTP mode

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    7
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Hardened MCP server providing controlled access to PowerShell, CMD, Git Bash, and SSH from MCP clients like Claude Desktop.
    4
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    22
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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 npm
    2
    MIT