Skip to content
github-actions[bot] edited this page Sep 19, 2026 · 2 revisions

Easy Local MCP Wiki

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]
Loading

Start here

Project README

Important security note

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.

Clone this wiki locally