Codexbox for Zed
io.github.psyb0t/codexbox
Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.
client:Zed
transport:stdio
runtime:oci
Install Codexbox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"codexbox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/codexbox:v0.6.5"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs