codex-mcp-go

w31r4/codex-mcp-go
★ 52 stars Go 🤖 AI/LLM Updated 25d ago
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.
View on GitHub →

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-mcp-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/w31r4/codex-mcp-go@latest"
      ]
    }
  }
}