chatgpt-codex-tools-mcp
by Kerberos255
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to. Keep as 127.0.0.1 for personal use. | 127.0.0.1 |
| PORT | No | Local HTTP port. | 3333 |
| CTM_NPM_CACHE | No | Optional npm cache folder. | |
| CTM_DENY_GLOBS | No | Comma-separated deny rules. | built-in deny list |
| CTM_ACCESS_MODE | No | Access mode: 'review' or 'full'. | review |
| CTM_ALLOWED_ROOTS | No | Comma-separated list of allowed workspace roots. | current working directory |
| OPENCLAW_NODE_BIN | No | Optional folder containing node.exe (Windows) or node binary. | |
| CTM_MAX_READ_BYTES | No | Max bytes returned by file reads. | 200000 |
| CTM_MAX_OUTPUT_BYTES | No | Max bytes returned by shell/git output. | 200000 |
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/Kerberos255/chatgpt-codex-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server