mcp-devbridge
Provides tools for interacting with Git repositories, enabling status checks, commits, and pushes.
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., "@mcp-devbridgeShow me the uncommitted changes in my project"
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.
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(initializeserverInfo), 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 (
cloudflarednamed/quick orngrokfixed), 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 8765Documentation (Chinese)
开发计划.md — development plan and acceptance criteria
项目架构.md — architecture and security model
进度验收.md — progress and acceptance log
AGENTS.md — contributor guide
English docs
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.
Related MCP Servers
- Flicense-qualityDmaintenanceExposes local OpenCode instances as remote MCP servers for Claude and ChatGPT, enabling terminal access, session management, and interactive human-in-the-loop workflows. It simplifies deployment for local machines using Cloudflare Tunnels to provide secure public connectivity and OAuth support.Last updated
- Flicense-qualityDmaintenanceSelf-hosted MCP server for administering Cloudflare DNS and cloudflared tunnels, enabling exposure of SSH hosts and web services with Google OAuth access control.Last updated3
- Alicense-qualityAmaintenanceEnables remote MCP clients to access local filesystem and shell commands by deploying a Cloudflare Worker relay and a local daemon, providing tools like read/write files, exec commands, git status, etc.Last updated7631MIT
- Flicense-qualityCmaintenanceRemote MCP server with built-in OAuth authentication via Cloudflare Access, enabling secure tool access and user identity-based restrictions.Last updated
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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