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)
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.
1---2name: claude-local-bridge3description: Claude Local Bridge4license: MIT5---67# Claude Local Bridge89Access your local repos from Claude on your phone. Secure MCP bridge server with approval gating.1011## What it does1213Runs 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.1415## Tools1617- **browse_files** — List workspace file tree (no approval needed)18- **request_file_access** — Request approval to read/write files (blocks until you decide)19- **read_file** — Read an approved file's contents20- **write_file** — Write to an approved file21- **list_approvals** — See all current approvals22- **revoke_approval** — Revoke access23- **view_audit_log** — View access history2425## Quick Start2627```bash28git clone https://github.com/suhteevah/claude-local-bridge.git29cd claude-local-bridge30pip install -r requirements.txt31python -m app.main --roots ~/projects32```3334Then connect Claude to `http://localhost:9120/mcp/sse`3536## Security3738- Sandboxed to whitelisted directories only39- Extension blocklist (.env, .pem, .key, etc.)40- Path traversal prevention41- Bearer token auth42- Every file access requires human approval43- Full audit trail4445## Remote Access4647Use Tailscale (free), Cloudflare Tunnel (free), or NetBird (FOSS) to access from your phone. See [tunnel.md](https://github.com/suhteevah/claude-local-bridge/blob/main/tunnel.md).
Run npx skillmds@latest add suhteevah/claude-local-bridge in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Claude Local Bridge It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
suhteevah (@suhteevah) published this skill. Their other Agent Skills are listed on their SkillMD profile.