Discover and explore top open-source AI tools and projects—updated daily.
rebel0789ChatGPT as a local coding agent for repositories
New!
Top 30.7% on SourcePulse
CodexPro enables ChatGPT to function as a local coding agent for your repository by bridging the ChatGPT web interface with your local development environment. It allows ChatGPT to read, write, edit, and verify code directly within your project, enhancing developer workflows by integrating AI assistance directly into the local codebase.
How It Works
This project acts as a local developer bridge, exposing repository context (files, git status) and safe commands to ChatGPT via its official MCP and Developer Mode app path. It runs a local HTTP MCP server, exposed via a tunnel (Cloudflare, ngrok), allowing ChatGPT to interact with your local setup. CodexPro offers distinct modes for coding, planning, and context export, prioritizing safety with defaults like workspace-only writes and a restricted bash environment.
Quick Start & Requirements
npm install -g codexprocodexpro setup within your target repository.Highlighted Details
open_current_workspace and codex_context.Maintenance & Community
The README does not detail specific contributors, sponsorships, or community channels (e.g., Discord, Slack). It is available on GitHub.
Licensing & Compatibility
Limitations & Caveats
Requires a paid ChatGPT account and specific developer settings. Not all ChatGPT models can access MCP tools; "Pro context fallback" is needed for some. CodexPro is a bridge, not an OS sandbox; security relies on user configuration and safe bash modes. Quick tunnels require frequent URL updates in ChatGPT; stable tunnels are recommended for daily use. It does not bypass ChatGPT rate limits or provide model access.
3 days ago
Inactive
ErikBjare