Skip to main content
Glama
zhangtian-123

Codex Memory

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_MEMORY_ROOTNoMemory vault root. Defaults to ~/.codex/memories.~/.codex/memories
CODEX_MEMORY_SERVICE_ROOTNoSource checkout root used to find the optional Rust keyword helper. Defaults to the repository root in editable installs.
CODEX_MEMORY_ENABLE_SEMANTICNoSet to 1 to enable semantic indexing/search.
CODEX_MEMORY_TRANSCRIPT_ROOTSNoExtra transcript roots for session and hook tests, separated by the platform path separator.
CODEX_MEMORY_PROJECT_SPECIFIC_TERMSNoComma-separated local lint terms used to flag records that should be filed under a concrete project instead of a shared knowledge-base project.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoryA

Search local Codex memory with keyword, semantic, or hybrid retrieval.

Use comma-separated status values such as "active,risk_pending" to search more than one lifecycle state. Set diagnostics=true to return hits plus per-stage timing fields for retrieval performance troubleshooting.

read_memoryA

Read a local memory record by id or path.

write_memoryC

Create or update a Markdown memory record.

reindex_memoryC

Rebuild local memory indexes.

memory_hygieneB

Report local memory hygiene issues such as stale candidates and duplicates.

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/zhangtian-123/codex-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server