Skip to content
Cline

codex mcp bridge for Cline

io.github.hampsterx/codex-mcp-bridge

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

client:Cline transport:stdio runtime:npm

Install codex mcp bridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-mcp-bridge"
      ],
      "env": {
        "CODEX_CLI_PATH": "<CODEX_CLI_PATH>",
        "CODEX_DEFAULT_MODEL": "<CODEX_DEFAULT_MODEL>",
        "CODEX_FALLBACK_MODEL": "<CODEX_FALLBACK_MODEL>",
        "CODEX_MAX_CONCURRENT": "<CODEX_MAX_CONCURRENT>",
        "CODEX_MCP_SERVERS": "<CODEX_MCP_SERVERS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codex mcp bridge in other clients