ChatGPT-Codex-Claude Bridge
by 78tyih
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_BIN | No | Absolute path to the Codex CLI binary (the real binary, not a shell wrapper). Required if using the run_codex tool. | |
| CLAUDE_BIN | No | Absolute path to the Claude Code binary (the real binary, not a shell wrapper). Required if using the run_claude_code tool. | |
| BRIDGE_TOKEN | No | Optional bearer token for additional security on the endpoint. Note: ChatGPT Developer Mode connectors may not support custom headers, so this is not used for ChatGPT integration but can be used for other clients. | |
| BRIDGE_WORK_ROOT | No | Directory path to restrict file operations (read/write/list) to. Recommended for security. | |
| BRIDGE_PATH_SECRET | Yes | A secret used as a capability URL path to prevent unauthorized access. Must be a hex string generated via secrets.token_hex(24). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues