Discover and explore top open-source AI tools and projects—updated daily.
tuannvmAI code assistance server bridging editors and Codex CLI
Top 88.2% on SourcePulse
This project provides a bridge between Claude Code and OpenAI's Codex CLI, enabling developers to integrate advanced AI-powered code analysis, generation, and review directly into their editor workflow. It targets users of Claude Code seeking to leverage the capabilities of OpenAI's Codex without leaving their development environment, offering enhanced productivity through AI assistance.
How It Works
The project functions as an MCP (Meta-Command Protocol) server. It intercepts commands from Claude Code, translates them for the Codex CLI, and forwards them to the OpenAI API via the CLI. Responses are then processed and returned to Claude Code, facilitating a seamless interaction loop. This architecture allows for features like session management for multi-turn conversations and the retrieval of structured output metadata, enhancing the AI's utility for complex tasks.
Quick Start & Requirements
npm i -g @openai/codex or brew install codex.codex login --api-key "your-openai-api-key".claude mcp add codex-cli -- npx -y codex-mcp-server.Prerequisites:
Highlighted Details
model "o3"), and structured output metadata.review tool.sessionId for maintaining context.reasoningEffort, fullAuto, sandbox, and callbackUri for customized AI interactions.threadId and outputSchema when available from the Codex CLI, enabling more structured responses.Maintenance & Community
No specific details on contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README. A related project, gemini-mcp-server, is mentioned.
Licensing & Compatibility
The project is licensed under the ISC license, which is permissive and generally suitable for commercial use and integration into closed-source projects.
Limitations & Caveats
This wrapper's functionality is entirely dependent on the external Codex CLI and the availability and performance of the OpenAI API. It requires specific versions of the Codex CLI (v0.75.0+) and an active OpenAI API key to operate.
1 day ago
Inactive