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

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_allowed_repositoriesA

List configured allowed roots and likely project directories under them.

detect_project_stackC

Detect common stack markers for a project directory.

list_project_filesA

List files under a project directory inside an allowed root.

read_fileA

Read a text file inside an allowed root. Sensitive files are blocked.

search_in_projectB

Search for literal text in text files under a project directory.

get_git_statusA

Run a read-only git status for a project directory inside an allowed root.

get_git_diffA

Run a read-only git diff for a project directory inside an allowed root.

read_memory_indexA

Read docs/memory/index.md for navigation and current status.

read_onboarding_memoryA

Read docs/memory/onboarding.md to bootstrap a new project session.

read_project_memoryB

Read docs/memory/projeto.md with functional project knowledge.

read_architecture_memoryB

Read docs/memory/arquitetura.md with technical architecture context.

read_decisions_memoryA

Read docs/memory/decisoes.md with simplified ADR records.

read_backlog_memoryA

Read docs/memory/backlog.md with TODO, DOING, and DONE items.

read_pending_memoryA

Read docs/memory/pendencias.md with open issues and risks.

read_chat_context_memoryA

Read docs/memory/contexto-chat.md with current operational session context.

read_references_memoryA

Read docs/memory/referencias.md with important links and references.

read_important_files_memoryB

Read docs/memory/arquivos-importantes.md with key project files.

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