Skip to content
Windsurf

codex mcp bridge for Windsurf

io.github.hampsterx/codex-mcp-bridge

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

client:Windsurf transport:stdio runtime:npm

Install codex mcp bridge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

codex mcp bridge in other clients