BridgeDesk
Click on "Install 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., "@BridgeDeskread the contents of src/index.ts"
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.
BridgeDesk
About
BridgeDesk is a desktop launcher and local MCP workspace server for ChatGPT and other MCP clients. It lets a trusted MCP client work with selected local project folders through explicit tools for reading, editing, searching, running commands, and showing changes.
BridgeDesk is Windows-first. It is designed for local development workflows where you choose one approved project folder, start the BridgeDesk server, and connect an MCP-capable client through the generated MCP URL.
Related MCP server: ACE-MCP
Download BridgeDesk
For normal Windows use, download the latest installer from GitHub Releases:
https://github.com/stanic-mah/bridgedesk/releases/latest/download/BridgeDesk-Setup.exeThe installer build supports BridgeDesk's in-app update checks. A portable exe is also attached to each release for manual use, but the installer is the recommended download.
BridgeDesk has two entrypoints:
an Electron desktop launcher for setup, tunnels, process control, and copyable connection details
a CLI and MCP server for headless or scripted use
Requirements
Node
>=20.12 <27npm
Git
Bash-compatible shell; Git Bash is the simplest Windows option
Optional:
cloudflaredfor the launcher-managed quick tunnel
Desktop Launcher
Install dependencies and start the launcher from a local checkout:
npm install
npm run desktopThe launcher checks local requirements, lets you choose one project folder, starts a Cloudflare Quick Tunnel when available, starts the BridgeDesk server, and copies the MCP URL and Owner password for the MCP client.
If Cloudflare Tunnel is not installed, paste any HTTPS tunnel URL into the launcher. The URL should point to:
http://127.0.0.1:7676Use this MCP endpoint in the client:
https://your-tunnel-host.example.com/mcpCLI
Build and run locally:
npm install
npm run build
node dist/cli.js init
node dist/cli.js serveAfter publishing or linking the package, the public command is:
bridgedesk init
bridgedesk serve
bridgedesk doctor
bridgedesk config get
bridgedesk config set publicBaseUrl https://your-tunnel-host.example.comThe default local endpoint is:
http://127.0.0.1:7676/mcpConfiguration
BridgeDesk stores local configuration in:
~/.bridgedesk/config.json
~/.bridgedesk/auth.jsonImportant environment variables:
BRIDGEDESK_PUBLIC_BASE_URLBRIDGEDESK_ALLOWED_ROOTSBRIDGEDESK_OAUTH_OWNER_TOKENBRIDGEDESK_STATE_DIRBRIDGEDESK_WORKTREE_ROOTBRIDGEDESK_TOOL_MODE
See docs/configuration.md for the full reference.
Security
BridgeDesk is powerful local access to selected folders on your machine. Keep
allowed roots narrow, protect auth.json, and connect only trusted MCP clients.
The desktop launcher rejects drive roots and the whole user folder as project
roots.
See docs/security.md for the full model.
Development
npm install
npm run typecheck
npm test
npm run build
npm run desktopThe build produces:
dist/cli.jsfor the CLIdist/server.jsfor the MCP serverdist/uifor MCP app widgetsdist/desktopfor the Electron launcher
License
BridgeDesk is distributed under the MIT License. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/stanic-mah/bridgedesk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server