Skip to content
Cline

codex octopus for Cline

io.github.xiaolai/codex-octopus

Spawn multiple specialized Codex agents as MCP servers, each independently configured.

client:Cline transport:stdio runtime:npm

Install codex octopus 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-octopus": {
      "command": "npx",
      "args": [
        "-y",
        "codex-octopus"
      ],
      "env": {
        "CODEX_API_KEY": "<CODEX_API_KEY>",
        "CODEX_TOOL_NAME": "<CODEX_TOOL_NAME>",
        "CODEX_MODEL": "<CODEX_MODEL>",
        "CODEX_SANDBOX_MODE": "<CODEX_SANDBOX_MODE>",
        "CODEX_APPROVAL_POLICY": "<CODEX_APPROVAL_POLICY>",
        "CODEX_APPEND_INSTRUCTIONS": "<CODEX_APPEND_INSTRUCTIONS>",
        "CODEX_FACTORY_ONLY": "<CODEX_FACTORY_ONLY>"
      }
    }
  }
}

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

codex octopus in other clients