← Back to browse

codex-mcp-bridge

Indexed by io.github.hampsterx

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCODEX_CLI_PATH CODEX_DEFAULT_MODEL CODEX_FALLBACK_MODEL CODEX_MAX_CONCURRENT CODEX_MCP_SERVERS
Claude Code
claude mcp add --env CODEX_CLI_PATH= --env CODEX_DEFAULT_MODEL= --env CODEX_FALLBACK_MODEL= --env CODEX_MAX_CONCURRENT= --env CODEX_MCP_SERVERS= codex-mcp-bridge -- npx codex-mcp-bridge
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"codex-mcp-bridge","command":"npx","args":["codex-mcp-bridge"],"env":{"CODEX_CLI_PATH":"","CODEX_DEFAULT_MODEL":"","CODEX_FALLBACK_MODEL":"","CODEX_MAX_CONCURRENT":"","CODEX_MCP_SERVERS":""}}'
JSON
{
  "mcpServers": {
    "codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "codex-mcp-bridge"
      ],
      "env": {
        "CODEX_CLI_PATH": "",
        "CODEX_DEFAULT_MODEL": "",
        "CODEX_FALLBACK_MODEL": "",
        "CODEX_MAX_CONCURRENT": "",
        "CODEX_MCP_SERVERS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.