-
Notifications
You must be signed in to change notification settings - Fork 1
Home
github-actions[bot] edited this page Sep 19, 2026
·
2 revisions
Easy Local MCP is a secure local MCP bridge that lets ChatGPT use capabilities on your own computer without exposing an inbound port.
flowchart TD
A[ChatGPT] -->|MCP| B[Cloudflare Relay / Worker]
B -->|WebSocket| C[Easy Local MCP Agent]
C --> D[Files]
C --> E[Shell]
C --> F[Processes]
C --> G[Skills]
C --> H[External MCP]
- Getting Started
- Security Model
- Configuration
- Self-hosted Relay
- Multi-Device Zones
- Development
- Troubleshooting
The complete MCP URL contains an access credential. Treat it like a secret.
The Agent starts LOCKED. Configured privileged tools remain discoverable while locked so ChatGPT can refresh connector capabilities, but privileged execution is denied until the user explicitly unlocks the Agent locally.