mem0-mcp
If you are the rightful owner of 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@mcpreview.com.
A Model Context Protocol (MCP) server that integrates with Mem0.ai to provide persistent memory capabilities for LLMs.
The @pinkpixel/mem0-mcp MCP Server is designed to enhance AI agents by providing them with the ability to store and retrieve information across sessions using Mem0.ai's persistent memory capabilities. This server leverages the mem0ai Node.js SDK to facilitate the storage and retrieval of memories, allowing AI models to maintain context and continuity over time. It supports both cloud and local storage modes, with cloud storage offering persistent memory through Mem0's servers and local storage using an in-memory vector database. The server is highly configurable and can be integrated with various platforms using different installation methods, including global installation, npx, and running from a cloned repository.
Features
- Persistent Memory: Enables AI agents to store and recall information across sessions.
- Cloud and Local Storage: Offers both cloud-based persistent storage and local in-memory storage options.
- Advanced Search: Supports natural language queries to search stored memories with semantic similarity.
- Flexible Configuration: Can be installed globally, via npx, or from a cloned repository.
- Secure and Scalable: Utilizes Mem0's cloud infrastructure for secure and scalable memory management.
Tools
add_memory`
Store text content as memory
search_memory`
Retrieve memory based on natural language query
delete_memory`
Delete specific memories