Skip to main content
Glama
lchaoer

claudecode-infinite-memory

by lchaoer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MEMORY_WATCHNoEnable file watcher for knowledge directoryfalse
MCP_MEMORY_DB_PATHNoSQLite database path./memory.sqlite
MCP_MEMORY_MAX_LIMITNoMaximum search result count20
MCP_MEMORY_CHUNK_TOKENSNoKnowledge indexing chunk size (approximate tokens)400
MCP_MEMORY_DEFAULT_LIMITNoDefault search result count5
MCP_MEMORY_SESSIONS_PATHNoDirectory containing session JSONL files~/.claude/projects
MCP_MEMORY_SYNC_ON_STARTNoFull sync on server startuptrue
MCP_MEMORY_KNOWLEDGE_PATHNoKnowledge directory path; put .md files here for auto-indexing(empty, disabled)
MCP_MEMORY_SYNC_COOLDOWN_MSNoCooldown before incremental sync on search (ms)5000
MCP_MEMORY_WATCH_DEBOUNCE_MSNoFile watcher debounce interval (ms)1500
MCP_MEMORY_CLAUDE_HISTORY_PATHNoClaude Code session history file~/.claude/history.jsonl
MCP_MEMORY_CHUNK_OVERLAP_TOKENSNoChunk overlap size (approximate tokens)80

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/lchaoer/claudecode-infinite-memory'

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