CodexPro is a local MCP bridge that lets ChatGPT Developer Mode work inside a specific code repository. It starts a local server for the current workspace so ChatGPT can read files, search code, apply scoped edits, run guarded shell checks, and review changes. The project is designed around local control rather than hosting code or proxying model access through a third-party service. It supports setup, start, doctor, settings, handoff, and pro modes for different levels of agent involvement. Public access can be routed through options such as Cloudflare tunnels, ngrok, Tailscale Funnel, or local-only mode. CodexPro is useful for developers who want ChatGPT to act like a repo-aware coding assistant while keeping the actual workspace on their own machine.
Features
- Local MCP server for ChatGPT
- Repository-scoped file and code access
- Guarded write and patch tools
- Safe verification command runner
- Cloudflare, ngrok, and Tailscale routing
- Handoff and context bundle modes