`codex-mcp-go` is an MCP (Model Context Protocol) server implemented in Go that wraps OpenAI's Codex CLI, enabling various
From the registry: MCP server wrapping Codex CLI for stdio-based tool calls.
$ npm i -g @openai/codexhttps://github.com/openai/codex-cliPlease install the `codex-mcp-go` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install OpenAI Codex CLI** — Install the codex CLI which this server wraps Run: `npm i -g @openai/codex` (https://github.com/openai/codex-cli)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@zenfun510/codex-mcp-go"]
Note: Go-based MCP wrapper around the OpenAI Codex CLI. Supports session management, sandbox control (read-only, workspace-write), concurrent requests. Also available as single-binary download.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENAI_API_KEYrequiredAPI key for accessing OpenAI's Codex.MCP server that exposes GraphQL operations as tools for AI models.