#338 · Primary category: AI Coding Assistants
codexpro
Use ChatGPT Developer Mode as a local coding agent for your repo through MCP.
Project last updated:08/08/26
GitHub Stars
1.8K
Forks
179
Contributors
6
License
MIT
Why we included this project
If you rely on ChatGPT for day-to-day coding but hesitate to hand it the keys to your repository, CodexPro offers a tighter leash. It runs a local MCP server inside your workspace, so ChatGPT's Developer Mode gets a fixed set of tools: read files, search the code, make scoped edits, and run safe verification commands, without free run of the whole machine. Access is limited to projects you explicitly allow, which makes the agent safer to use on real work instead of throwaway scratch directories. Installing it is a global npm command followed by a per-repo `codexpro setup` that prints a server URL to paste into ChatGPT's plugin settings; after that, daily use is a single `codexpro start`. That makes it a good fit for individuals and small teams who already live in ChatGPT and want a local alternative to cloud-hosted coding agents.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.