ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codex-with-chatgpt": {
"command": "npx",
"args": [
"-y",
"XiaoDuoYa/codex-with-chatgpt"
]
}
}
}
Run in terminal:
claude mcp add codex-with-chatgpt npx -y XiaoDuoYa/codex-with-chatgpt
Add to .cursor/mcp.json:
{
"mcpServers": {
"codex-with-chatgpt": {
"command": "npx",
"args": [
"-y",
"XiaoDuoYa/codex-with-chatgpt"
]
}
}
}