chatgpt-image-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_BIN | No | Path to the Codex executable. If not set, the server will attempt to auto-detect it (e.g., from the macOS ChatGPT bundle or via PATH). | |
| CHATGPT_IMAGE_BRIDGE_MCP_MODEL | No | Reserved text/image model choice. Defaults to the account default. | |
| CHATGPT_IMAGE_BRIDGE_MCP_DATA_DIR | No | Directory for durable job records and canonical assets. Defaults to the host-provided PLUGIN_DATA directory, or a user data directory if unset. | |
| CHATGPT_IMAGE_BRIDGE_MCP_WORK_DIR | No | Scratch directory for Codex turns. Defaults to '<data>/work'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_TOOL_WAIT | No | Seconds before returning a recoverable running job. Defaults to '240'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_VISION_MODEL | No | Vision-capable Codex model. Defaults to the account default. | |
| CHATGPT_IMAGE_BRIDGE_MCP_ALLOWED_ROOTS | No | Optional OS-path-separator list restricting readable images and writable project roots. | |
| CHATGPT_IMAGE_BRIDGE_MCP_IMAGE_TIMEOUT | No | Maximum provider generation seconds. Defaults to '1800'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_VISION_TIMEOUT | No | Maximum visual-analysis seconds. Defaults to '240'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_MAX_IMAGE_BYTES | No | Per-image input/output limit in bytes. Defaults to '16777216'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_MAX_PENDING_JOBS | No | Maximum number of queued plus running generation jobs. Defaults to '8'. | |
| CHATGPT_IMAGE_BRIDGE_MCP_CODEX_ENV_ALLOWLIST | No | Optional comma-separated exact environment names passed to Codex; values may reach model tools. | |
| CHATGPT_IMAGE_BRIDGE_MCP_JOB_RETENTION_SECONDS | No | Number of seconds to retain private job metadata and canonical assets. Defaults to '2592000'. |
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
ActivityMaintained
ResponsivenessNo issues