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). |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/78tyih/chatgpt-codex-claude-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server