Skip to main content
Glama
dpaula

chatgpt-codex-local-mcp

by dpaula

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind the HTTP server (if using HTTP transport).127.0.0.1
MCP_PORTNoPort to bind the HTTP server.3333
MCP_LOG_LEVELNoLog level (info, debug, etc.).info
MCP_TRANSPORTNoTransport mode: stdio or http.stdio
MCP_ENABLE_WRITENoEnable write operations (false by default).false
MCP_ALLOWED_ROOTSNoComma-separated list of allowed root directories. If not set, uses current directory.
MCP_ENABLE_NETWORKNoEnable network access (false by default).false
MCP_MAX_FILE_BYTESNoMaximum file size in bytes to read.200000
MCP_ENABLE_COMMANDSNoEnable project commands from allowlist (false by default).false
MCP_MAX_OUTPUT_BYTESNoMaximum output bytes from commands.120000
MCP_COMMAND_TIMEOUT_MSNoTimeout in milliseconds for command execution.120000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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