Codexbox for Windsurf
io.github.psyb0t/codexbox
Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.
client:Windsurf
transport:stdio
runtime:oci
Install Codexbox in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"codexbox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/codexbox:v0.6.5"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs