
Codex MCP Go
Supports UIby w31r4
Go-based MCP server bridging Codex CLI to AI assistants for high-precision coding and bug fixes.
What it does
Codex MCP Go acts as a specialized bridge between the OpenAI Codex CLI and modern AI assistants. It allows 'generalist' models (like Gemini or Claude) to delegate complex coding tasks, precise bug fixes, and implementation prototypes to Codex, which is optimized for strict instruction following and code accuracy.
Tools
codex: The primary tool for executing AI-assisted coding tasks. Supports session management, sandbox control (read-only/write), and precise prompt execution within a specified workspace directory.
Installation
Install Codex CLI first via npm i -g @openai/codex. Then configure your MCP client with the following snippet:
{
"mcpServers": {
"codex": {
"command": "npx",
"args": ["-y", "@zenfun510/codex-mcp-go"],
"env": {
"OPENAI_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
Claude Desktop, Roo Code, KiloCode, Cursor
Quick install
npx @zenfun510/codex-mcp-goInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






