jtsang4/better-mem0-mcp
If you are the rightful owner of better-mem0-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Mem0, providing memory capabilities to LLMs through the MCP protocol.
Tools
Functions exposed to the LLM to take actions
storeMemory
Store a new memory in the system
getAllMemories
Retrieve all memories for the current user
getMemoryById
Get a specific memory by its unique ID
searchMemories
Search memories using semantic search
updateMemory
Update the content of an existing memory
getMemoryHistory
Retrieve the history of changes for a memory
deleteMemory
Delete a specific memory by its ID
deleteAllMemories
Delete all memories for the current user
resetAllMemorySystems
Reset the entire memory system
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client