Skip to content
Zed

CoS Codex Bridge for Zed

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:Zed transport:stdio runtime:npm

Install CoS Codex Bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

CoS Codex Bridge in other clients