Connection profile
Use this for the next start. Current tunnel URLs appear here when the launcher knows them.
Connect ChatGPT
Create an app connection that points at the public Server URL copied by the terminal.
- 1Open ChatGPT settings and create an app connection.
- 2Set Connection to
Server URL. - 3Paste the public CodexBridge URL from the terminal.
- 4Use
No Authentication / None; the private token is already in the copied URL.
CLI controls
Copy these when you need to restart with a different runtime policy. They do not mutate the running process from the browser.
Use the CLI for broader profile edits that are intentionally not exposed here.
codexbridge setup
Useful for a local MCP client. ChatGPT usually needs the public tunnel URL copied by the terminal.
http://0.0.0.0:8789/mcp
Restart with file tools but no ChatGPT-triggered bash tool.
codexbridge start --root '/srv/codexbridge/workspaces' --no-bash
Restart so bash calls must include this matching session_id.
codexbridge start --root '/srv/codexbridge/workspaces' --bash-session 'main' --require-bash-session
Restart with read-only local Codex session metadata in full tool mode.
codexbridge start --root '/srv/codexbridge/workspaces' --tool-mode full --codex-sessions metadata
Restart with bounded local transcript reads from Codex JSONL history.
codexbridge start --root '/srv/codexbridge/workspaces' --tool-mode full --codex-sessions read
Restart with the raw stdout/stderr transcript instead of compact tool cards.
codexbridge start --root '/srv/codexbridge/workspaces' --bash-transcript full
Allowed roots
- /srv/codexbridge/workspaces
CodexBridge rejects workspace access outside these roots.