@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...

X AI KOLs Timeline Tools

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.

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… It builds a bridge between ChatGPT Developer Mode and your local repository. After global installation, `codexpro setup` automatically configures the MCP server and tunnel (supports Cloudflare or ngrok). Paste the generated URL into ChatGPT Create App, and ChatGPT can directly read/write local files, search code, and run safe commands.
Original Article
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

@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...

X AI KOLs Following

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…

X AI KOLs Timeline

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.

X AI KOLs Following

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…

X AI KOLs Timeline

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.