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

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    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.
    6
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Hardened MCP server providing controlled access to PowerShell, CMD, Git Bash, and SSH from MCP clients like Claude Desktop.
    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

View all related MCP servers

Related MCP Connectors

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  • Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi

  • Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/copperlang2007/bridge-commander'

If you have feedback or need assistance with the MCP directory API, please join our Discord server