Claudexor for Zed
io.github.razzant/claudexor
Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.
client:Zed
transport:stdio
runtime:npm
Install Claudexor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"claudexor": {
"command": "npx",
"args": [
"-y",
"claudexor"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs