Skip to content
Cline

Codexbox for Cline

io.github.psyb0t/codexbox

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

client:Cline transport:stdio runtime:oci

Install Codexbox 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

{
  "mcpServers": {
    "codexbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/codexbox:v0.6.5"
      ]
    }
  }
}

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

Codexbox in other clients