@QingQ77: Enable ChatGPT Web to directly read/write local repository files, search code, and execute safe commands via the MCP protocol. https://github.com/rebel0789/codexpro… Can bridge between ChatGPT Developer Mode and your local repository...
Summary
CodexPro is an open-source command-line tool that uses the MCP protocol to allow ChatGPT Web to directly read/write local repository files, search code, and execute safe commands, turning ChatGPT into a local coding agent.
View Cached Full Text
Cached at: 06/20/26, 02:38 PM
CodexPro
Let ChatGPT web see your Codex-style repo context and act like a local coding agent.
Website · Chinese README · Chinese Website · Star on GitHub · npm · Stable URL guide · FAQ · Security
Similar Articles
@wangray: Tested and Working: Quick Guide to Configure Codex to Retain ChatGPT Login While Using Third-Party Providers - Even Free Accounts Can Access Relay Stations and Remotely Control Desktop Codex via ChatGPT on Phone
A guide on configuring Codex to retain ChatGPT login while using third-party providers, allowing free accounts to access relay stations and remotely control desktop Codex via phone.
@beefnoode: I also noticed when using ChatGPT web version that sometimes for specific coding or planning tasks, the performance is better than on Codex. Recently, Codex feels like it takes a long time on a task, and the efficiency is not as high as on the web version. Yesterday, pushing a repository to GitHub took...
The user compared the efficiency of ChatGPT web version and Codex in coding tasks, finding that ChatGPT performs better in some cases, and shared an experience where using Codex to push a repository to GitHub took a long time.
@ccjing_eth: Most users are now using a crippled version of Codex (the ChatGPT client). The image generation and web search features have been secretly removed. How to get the full-featured Codex: Just send the following prompt to Codex and let him help you modify it: Help me modify the configuration file to enable the image generation and web search features of the ChatGPT client…
A tutorial guiding users on how to modify the configuration file by sending a specific prompt to the ChatGPT client (Codex) to enable the hidden image generation and web search features.
@op7418: I finally understand what the OpenAI official replied to me yesterday! Besides using ChatGPT for connection and remote control, Codex can also control another computer of yours. This way, you can directly control multiple computers on ChatGPT without having to switch devices — just switch projects.
OpenAI Codex adds a remote control feature, allowing you to connect and operate multiple computers via ChatGPT, and share context and files, greatly improving cross-device collaboration efficiency.
@apivixtls: Saw an open-source project called Codex5.5 for bypassing restrictions today. The approach is quite straightforward. It stuffs a set of unrestricted instructions into GPT-5.5 via model_instructions_file, making Codex CLI directly run in [MODE: UNRESTRICTED] mode…
An open-source project named Codex5.5 bypasses GPT-5.5's security restrictions by modifying the model_instructions_file. It supports sensitive operations like SQL injection testing, but carries a risk of account suspension. It is recommended to use a throwaway account.