Skip to main content
Glama

MCP DevBridge

A Windows desktop app that exposes a local development project as a Model Context Protocol (MCP) server over a stable HTTPS URL backed by a Cloudflare Named Tunnel — ready for ChatGPT / Gemini / Claude and other MCP clients (formerly named LocalDev MCP Bridge).

Feature summary

  • Pick a local project, click Start, get a fixed public MCP URL (https://mcp.<your-domain>/mcp) that never changes across restarts.

  • Public MCP identity presented as mcp-devbridge (initialize serverInfo), no matter which engine binary sits behind the gateway.

  • Permission modes: read-only / project workspace / full system access.

  • 33 MCP tools: file read/write/search, command execution (PowerShell), git status/commit/push, process management, env discovery and more.

  • Public access requires a Bearer token (generated and stored via Windows Credential Manager / DPAPI); loopback anonymous access is optional.

  • Engine stack (CodexPro-compatible Node server), optional Windows control bridge, tunneling (cloudflared named/quick or ngrok fixed), audit log with secret redaction, log viewer tabs, Git desktop settings.

Related MCP server: cloudflare-dns-cloudflared-mcp

Quick start

cd D:\Environment\mcp\local-dev-mcp-bridge
python -m venv .venv
.venv\Scripts\activate
uv pip install -e ".[dev,package]"

# run the desktop app
.venv\Scripts\python.exe -m local_dev_mcp_bridge.desktop_main

# or headless backend for one workspace
.venv\Scripts\python.exe -m local_dev_mcp_bridge.standalone_server <workspace> --port 8765

Documentation (Chinese)

  • 开发计划.md — development plan and acceptance criteria

  • 项目架构.md — architecture and security model

  • 进度验收.md — progress and acceptance log

  • AGENTS.md — contributor guide

English docs

A
license - permissive license
-
quality - not tested
C
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

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.

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/ShiningSugar35/mcp-devbridge'

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