Codex Bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_TIMEOUT | No | Timeout in seconds for Codex CLI operations (recommended: 60-120 seconds for most queries, 120-300 for large file analysis) | 90 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consult_codexA | |
| consult_codex_with_stdinA | |
| consult_codex_batchA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: single query, batch processing, and stdin-based interaction. No overlap in functionality, and the parameters clearly differentiate use cases.
All tools follow the 'consult_codex' prefix with a clear suffix indicating variant (_batch, _with_stdin). Consistent snake_case with no deviations.
Three tools cover the essential modes of operation (single, batch, stdin) for a Codex bridge server. The count is well-scoped and appropriate for the domain.
The tool surface covers all non-interactive consultation modes: single queries, batch processing for CI/CD, and stdin piping. No obvious gaps given the stated non-interactive scope.