Skip to content
Cursor

CoS Codex Bridge for Cursor

io.github.av-labs-co/cos-codex-bridge

Operate Codex projects and tasks from a Chief of Staff with scoped access and durable receipts.

client:Cursor transport:stdio runtime:npm

Install CoS Codex Bridge in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cos-codex-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cos-codex-bridge"
      ],
      "env": {
        "COS_BRIDGE_CONFIG": "<COS_BRIDGE_CONFIG>"
      }
    }
  }
}

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

CoS Codex Bridge in other clients