BridgeDesk
A desktop launcher and local MCP workspace server that enables ChatGPT and other MCP clients to securely read, edit, search, run commands, and show changes in selected local project folders.
README
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.
Download BridgeDesk
For normal Windows use, download the latest installer from GitHub Releases:
https://github.com/stanic-mah/bridgedesk/releases/latest/download/BridgeDesk-Setup.exe
The 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 <27 - npm
- 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 desktop
The launcher checks local requirements, lets you choose one project folder, starts a Cloudflare tunnel when available, starts the BridgeDesk server, and copies the MCP URL and Owner password for the MCP client.
BridgeDesk supports two tunnel modes:
- Quick Tunnel: easiest setup. Cloudflare gives BridgeDesk a temporary
trycloudflare.comURL, and that URL changes when the tunnel is restarted. - Permanent Tunnel: best for regular use. BridgeDesk uses your Cloudflare
account, domain, and named tunnel so the MCP URL can stay fixed, for example
https://mcp.yourdomain.com/mcp.
Use Permanent Tunnel if you do not want to re-add the MCP server in ChatGPT after closing the app or restarting the computer.
If Cloudflare Tunnel is not installed, paste any HTTPS tunnel URL into the launcher. The URL should point to:
http://127.0.0.1:7676
Use this MCP endpoint in the client:
https://your-tunnel-host.example.com/mcp
CLI
Build and run locally:
npm install
npm run build
node dist/cli.js init
node dist/cli.js serve
After 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.com
The default local endpoint is:
http://127.0.0.1:7676/mcp
Configuration
BridgeDesk stores local configuration in:
~/.bridgedesk/config.json
~/.bridgedesk/auth.json
Important 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 desktop
The 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.