chatgpt-codex-local-mcp
by dpaula
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind the HTTP server (if using HTTP transport). | 127.0.0.1 |
| MCP_PORT | No | Port to bind the HTTP server. | 3333 |
| MCP_LOG_LEVEL | No | Log level (info, debug, etc.). | info |
| MCP_TRANSPORT | No | Transport mode: stdio or http. | stdio |
| MCP_ENABLE_WRITE | No | Enable write operations (false by default). | false |
| MCP_ALLOWED_ROOTS | No | Comma-separated list of allowed root directories. If not set, uses current directory. | |
| MCP_ENABLE_NETWORK | No | Enable network access (false by default). | false |
| MCP_MAX_FILE_BYTES | No | Maximum file size in bytes to read. | 200000 |
| MCP_ENABLE_COMMANDS | No | Enable project commands from allowlist (false by default). | false |
| MCP_MAX_OUTPUT_BYTES | No | Maximum output bytes from commands. | 120000 |
| MCP_COMMAND_TIMEOUT_MS | No | Timeout in milliseconds for command execution. | 120000 |
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/dpaula/chatgpt-codex-local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server