/install claude-local-bridge
Claude Local Bridge
Access your local repos from Claude on your phone. Secure MCP bridge server with approval gating.
What it does
Runs a local MCP server (over SSE) that gives Claude access to your files — but only after you explicitly approve each request from a real-time dashboard.
Tools
- browse_files — List workspace file tree (no approval needed)
- request_file_access — Request approval to read/write files (blocks until you decide)
- read_file — Read an approved file's contents
- write_file — Write to an approved file
- list_approvals — See all current approvals
- revoke_approval — Revoke access
- view_audit_log — View access history
Quick Start
git clone https://github.com/suhteevah/claude-local-bridge.git
cd claude-local-bridge
pip install -r requirements.txt
python -m app.main --roots ~/projects
Then connect Claude to http://localhost:9120/mcp/sse
Security
- Sandboxed to whitelisted directories only
- Extension blocklist (.env, .pem, .key, etc.)
- Path traversal prevention
- Bearer token auth
- Every file access requires human approval
- Full audit trail
Remote Access
Use Tailscale (free), Cloudflare Tunnel (free), or NetBird (FOSS) to access from your phone. See tunnel.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-local-bridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-local-bridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claude Local Bridge 是什么?
Secure MCP bridge enabling Claude on your phone to browse and edit local repos with real-time, human-approved file access and audit logging. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 730 次。
如何安装 Claude Local Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-local-bridge」即可一键安装,无需额外配置。
Claude Local Bridge 是免费的吗?
是的,Claude Local Bridge 完全免费(开源免费),可自由下载、安装和使用。
Claude Local Bridge 支持哪些平台?
Claude Local Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claude Local Bridge?
由 suhteevah(@suhteevah)开发并维护,当前版本 v0.1.0。