Skip to main content
Glama
xiaolai

CCCMemory MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOpenAI API key (required if using OpenAI embedding provider).
CCCMEMORY_DB_MODENoDatabase mode: 'global' (default) or 'per-project'.global
CCCMEMORY_DB_PATHNoExplicit path to the CCCMemory database file (overrides default).
CCCMEMORY_CHUNK_SIZENoTarget chunk size in tokens.450
CCCMEMORY_CHUNK_OVERLAPNoOverlap between chunks (0-1).0.1
CCCMEMORY_RERANK_WEIGHTNoVector weight in re-ranking (FTS gets 1-weight).0.7
CCCMEMORY_RERANK_ENABLEDNoEnable hybrid re-ranking (vector + FTS).true
CCCMEMORY_QUERY_EXPANSIONNoEnable synonym expansion for queries.false
CCCMEMORY_CHUNKING_ENABLEDNoEnable smart chunking for long messages.true

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/xiaolai/cccmemory'

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