Skip to content
Cursor

Codexbox for Cursor

io.github.psyb0t/codexbox

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

client:Cursor transport:stdio runtime:oci

Install Codexbox in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Codexbox in other clients