MCP Directory
Back

codex-mcp-go

by w31r4 · Go · ★ 51

codex-mcp-go is a Go-based MCP (Model Context Protocol) server that serves as a bridge for Codex CLI, enabling various AI coding assistants (such as Claude Code, Roo Code, KiloCode, etc.) to seamlessly collaborate with Codex.

Install

go install github.com/w31r4/codex-mcp-go@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "codex-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "github:w31r4/codex-mcp-go"
      ]
    }
  }
}

From the README

**Codex CLI 的 MCP 协议封装实现** [](https://opensource.org/licenses/MIT) [](https://golang.org/dl/) [](https://modelcontextprotocol.io) [](https://www.npmjs.com/package/@zenfun510/codex-mcp-go) ⭐ **如果觉得好用,请给个 Star 吧!您的支持是我们更新的动力~** ⭐ [English](./README_EN.md) | 简体中文 本工具依赖 OpenAI 的 CLI。请确保您已安装并配置好它。 **安装 Codex CLI:** 无需安装 Go 环境,直接运行: 从 [Releases](https://github.com/w31r4/codex-mcp-go/releases) 页面下载对应平台的二进制文件。 需要 Go 1.24+ 环境。 根据您使用的 AI 客户端,选择对应的配置方式。 Claude Code Roo Code (VSCode / Cursor) 在 Roo Code 的 MCP 设置中添加: 配置文件路径参考: - VSCode: - Cursor: KiloCode 在 中添加: Cursor (Native MCP) 1.…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers