/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claude-local-bridge - After installation, invoke the skill by name or use
/claude-local-bridge - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 730 downloads so far.
How do I install Claude Local Bridge?
Run "/install claude-local-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claude Local Bridge free?
Yes, Claude Local Bridge is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Claude Local Bridge support?
Claude Local Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claude Local Bridge?
It is built and maintained by suhteevah (@suhteevah); the current version is v0.1.0.