Local Supervisor Bridge
ChatGPT Local Supervisor Bridge
让 ChatGPT 网页端通过 OpenAI 官方 Secure MCP Tunnel,安全地查看和操作你明确开放的本地项目。
它适合这样的工作流:ChatGPT 负责纵览项目、核对未提交进度、审查差异和写施工卡;本地 Agent 负责施工。必要时,ChatGPT 也可以直接修改允许范围内的文件、运行项目已有检查并查看本地预览。
Windows-first,Node.js 零第三方依赖。非 OpenAI 官方项目;隧道客户端使用 OpenAI 官方开源项目。
它能做什么
动态列出配置项目及其所有 Git worktree。
读取文件、搜索文本、查看 Git 状态、diff、日志和提交内容。
创建文件;覆盖已有文件前必须提供最近一次读取返回的 SHA-256。
精确替换唯一文本片段,防止误改多处。
删除改为移动到桥自己的可恢复区,并支持恢复。
只提交明确列出的文件;拒绝夹带无关的预暂存文件。
只允许非强制推送当前分支,并要求明确确认短语。
只运行项目已有的 check/test/lint/typecheck/build/verify 脚本。
只启动项目已有的 dev/start/preview 脚本,并可读取日志、停止进程。
截取 localhost 页面,辅助网页质检。
它没有任意 Shell、强制推送、硬重置、合并、永久删除或读取密钥的工具。
Related MCP server: OpenAI Secure MCP Tunnel
安全边界
ChatGPT web
│
▼
OpenAI-hosted Secure MCP Tunnel endpoint
▲
│ outbound HTTPS only
│
tunnel-client on your PC
│ local stdio
▼
this bridge ── allowlisted projects and Git worktrees
denyRoots, secret filters, SHA write guard服务端强制执行以下规则,不能只靠提示词绕过:
只能访问
config.json中的项目根目录及其 Git worktree。denyRoots下的目录永远拒绝。.env、凭据、Token、证书、私钥、.ssh和.git内部目录拒绝。符号链接或 junction 不能逃出工作区。
桥自身的源码、配置、运行密钥和日志不能被桥读取或修改。
完整威胁模型见 SECURITY.md。
套餐与费用
本项目不调用 Responses API 或 Chat Completions API;模型推理发生在正常的 ChatGPT 网页对话中。Platform runtime API key 只用于 tunnel-client 向 OpenAI Tunnel 控制面认证。
公开版于 2026-08-22 在 ChatGPT Pro 网页端完成读写实测。对于 Plus 或其他套餐,不应只看套餐名称:需要你的账号实际出现以下入口:
Developer mode;
创建自定义插件/应用;
Connection 中可以选择 Tunnel;
目标聊天允许调用该插件的写入工具。
OpenAI 会调整功能开放范围,团队工作区也可能受管理员控制。因此本项目不承诺所有 Plus 账号都具备这些入口;以当前账号界面和一次真实的低风险读写测试为准。
准备工作
Windows 10/11;
Node.js 20 或更新版本;
Git;
OpenAI 官方
tunnel-clientWindows 版本;一个 Secure MCP Tunnel;
一个仅含 Tunnels Read + Use 权限的 runtime API key;
ChatGPT 中可用的 Developer mode 和自定义插件入口。
官方资料:
快速开始
git clone https://github.com/VITASID57/chatgpt-local-supervisor-bridge.git
cd chatgpt-local-supervisor-bridge从官方 Release 下载 Windows 版 tunnel-client.exe,放到:
vendor\tunnel-client.exe运行初始化。密钥输入不会显示,并使用 Windows DPAPI 加密到当前用户:
.\scripts\setup.ps1编辑生成的 config.json,只填你愿意交给 ChatGPT 的项目,并把所有私人目录放进 denyRoots。然后检查:
.\scripts\start-tunnel.ps1 -Mode doctor
npm run check前台启动:
.\scripts\start-tunnel.ps1确认连接正常后,可安装登录自启:
.\scripts\install-autostart.ps1ChatGPT 网页端的完整连接步骤见 Windows 中文安装教程。
推荐的首次提示词
只使用 Local Supervisor Bridge。先调用 list_workspaces,选择目标项目,
再读取项目规则、NOW/README、Git 状态和未提交差异。
先给出当前事实、风险和下一张施工卡;除非我明确要求,否则先不要修改文件。首次写入请只创建一个无关紧要的验收文件,再用 read_file 回读并核对 SHA-256。验收后通过 move_to_trash 清理。
停止与撤销
.\scripts\uninstall-autostart.ps1这会停止并移除登录任务,但保留源码、配置和 DPAPI 加密密钥。完全停用时,还应在 OpenAI Platform 撤销 runtime key 并删除不再使用的 Tunnel。
开发
npm test
npm run smoke
npm run check
.\scripts\verify-public.ps1欢迎提交 Issue 和 PR。贡献规则见 CONTRIBUTING.md。
License
MIT。OpenAI tunnel-client 不包含在本仓库中,归其独立的 Apache-2.0 许可证管理。
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
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT to inspect and edit local projects through a secure MCP interface, offering workspace management, file operations, git integration, and safe command execution.4MIT
- AlicenseNot gradedqualityBmaintenanceEnables file operations and bash command execution on the local workspace, securely exposed to ChatGPT via OpenAI Tunnel.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT Web Developer Mode to interact with local repositories through MCP, providing tools for file editing, shell execution, Git worktrees, semantic navigation, and checkpoints.3182MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude Web to securely inspect, search, and modify local project files through a sandboxed MCP server with atomic writes, path traversal protection, and sensitive file blocking.MIT
Related MCP Connectors
Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.
Project management MCP for AI agents with safe task reads and writes.
A MCP server built for developers enabling Git based project management with project and personal…
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/VITASID57/chatgpt-local-supervisor-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server