OpenToolslogo
ToolsExpertsSubmit a Tool
AdvertiseLearn AI
  1. home
  2. tools
  3. codex-with-chatgpt
Codex with ChatGPT screenshot

Codex with ChatGPT

DeveloperApplicationFree

Codex with ChatGPT - Web Planning for Codex Agents

Last updated Aug 29, 2026

Claim Tool

What is Codex with ChatGPT?

Codex with ChatGPT is an open source bridge for developers who want ChatGPT to plan and review code work while Codex keeps control of execution. The project targets a practical mismatch: many users already pay for ChatGPT Plus or Pro in the web app, but their coding harness still spends scarce API or Codex quota on planning, review, and context reading. Codex with ChatGPT moves that thinking loop into the official ChatGPT web UI and gives it a narrow, read-only view of the local workspace. The tool has two planes. The control plane uses small structured Computer Use messages so Codex and ChatGPT can coordinate states such as init, plan, executed, review, and done. The data plane is a read-only MCP server that exposes workspace information, directory listing, file reading, search, git status, git diff, test status, and execution summaries. ChatGPT can inspect the files and diffs it needs, but it does not get write, delete, shell, or commit tools. Codex remains the actor that changes files, runs tests, and applies fixes. Setup is designed for non-experts. The README includes a one-paste instruction that asks Codex to check for git, Node.js 20 or newer, and cloudflared, clone the repository, run `corepack pnpm install` and `corepack pnpm build`, install the Codex skill, and walk through the first-time connector pairing in the built-in browser. The CLI includes commands such as `c2c setup`, `c2c status`, `c2c doctor`, `c2c pair`, `c2c unpair`, `c2c logs`, and `c2c stop`. Security is the main reason this is worth a dedicated listing. The MCP server is read-only by construction, tokens are bound to one workspace, path containment blocks symlink and traversal escapes, sensitive files such as `.env` and private keys are denied by default, and public access requires OAuth 2.1 with PKCE plus a short-lived pairing code. ChatGPT sees only the workspace data it requests through those tools, not long-lived credentials. Codex with ChatGPT is best for builders who trust Codex for implementation but prefer ChatGPT’s web subscription for planning, architecture review, or final diff critique. It is not an official OpenAI product and it does not replace API-based coding agents. It is a community MIT-licensed harness for splitting reasoning and execution across two tools while keeping repository writes on the Codex side. The tradeoff is operational complexity: teams must run the bridge, tunnel, OAuth pairing, and skill installation correctly, then keep the connector limited to the intended workspace.

Codex with ChatGPT's Top Features

Key capabilities that make Codex with ChatGPT stand out.

ChatGPT web app used for planning and review

Read-only MCP bridge into the current workspace

OAuth 2.1 with PKCE and one-time pairing codes

Eight read-only workspace tools including file read, search, git status, git diff, test status, and execution summary

Computer Use control-plane messages for plan, executed, review, and done states

Sensitive-file denial for env files, keys, SSH data, and credentials

Path containment against traversal, symlink, and absolute-path escapes

Codex skill and CLI commands for setup, status, pairing, logs, and shutdown

Use Cases

Who benefits most from this tool.

Codex users with ChatGPT subscriptions

Use ChatGPT web quota for planning and reviewing code work while Codex performs edits and tests.

Security-conscious agent builders

Give a reviewer model read-only workspace access without handing it shell, commit, or write tools.

Non-technical users delegating setup

Use the one-paste installer prompt so a coding agent can clone, build, configure, and test the bridge.

Explore Top AI Use Cases

Tags

codexchatgptai-agentsmcpdeveloper-toolsoauthcoding-agentcode-reviewopen-sourcetypescript

Codex with ChatGPT's Pricing

Free plan available

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

What is Codex with ChatGPT?
It is a community bridge that lets ChatGPT plan and review Codex coding work through a secure, read-only MCP connection to the local workspace.
Does ChatGPT get write access to my files?
No. The README describes the MCP server as read-only by construction. Codex keeps ownership of edits, shell commands, tests, and commits.
How is it installed?
The README shows a one-paste Codex instruction and a manual flow that clones the repo, runs pnpm install and build, installs the skill, then runs c2c setup.
Is it official OpenAI software?
No. The repository states it is an unofficial community project and is not affiliated with or endorsed by OpenAI.

Footer

Company name

The right AI tool is out there. We'll help you find it.

LinkedInX

Knowledge Hub

  • News
  • Resources
  • Newsletter
  • Blog
  • AI Tool Reviews
  • YouTube Summary
  • YouTube Transcript Generator

Industry Hub

  • AI Companies
  • AI Tools
  • AI Models
  • MCP Servers
  • AI Tool Categories
  • Top AI Use Cases

For Builders

  • Submit a Tool
  • Experts & Agencies
  • Advertise
  • Compare Tools
  • Favourites

Legal

  • Privacy Policy
  • Terms of Service

© 2026 OpenTools - All rights reserved.