MCP Memory Service

by doobidoo
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
PYTHONPATHNoPython module search path/app
PYTHONUNBUFFEREDNoDisable Python output buffering1
MCP_MEMORY_FORCE_CPUNoForce CPU-only mode (0 or 1)0
SIMILARITY_THRESHOLDNoThreshold for similarity search (0.0 to 1.0)0.7
MAX_RESULTS_PER_QUERYNoMaximum number of results returned per query10
MCP_MEMORY_CHROMA_PATHNoPath to ChromaDB storage directory/app/chroma_db
MCP_MEMORY_BACKUPS_PATHNoPath to backups storage directory/app/backups
PYTORCH_ENABLE_MPS_FALLBACKNoEnable MPS fallback for Apple Silicon (0 or 1)1

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
store_memory

Store new information with optional tags

retrieve_memory

Find relevant memories based on query

search_by_tag

Search memories by tags

ID: bzvl3lz34o