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
{
"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