mem0-mcp
52
This project is a Model Context Protocol server designed to integrate with Mem0.ai, providing persistent memory capabilities for large language models. It facilitates storing and retrieving information for AI agents across sessions, enhancing the ability to recall and process past interactions.
@pinkpixel/mem0-mcp MCP Server ✨
A Model Context Protocol server integrating with Mem0.ai to provide persistent memory capabilities for LLMs, allowing AI agents to store and retrieve information across sessions.
Features 🧠
Tools
- add_memory: Stores memory for a user.
- search_memory: Searches stored memories using natural language queries.
- delete_memory: Deletes specific memory by ID.
Prerequisites 🔑
- Cloud Storage Mode: Persistent on Mem0's servers, requires Mem0 API key.
- Local Storage Mode: In-memory, non-persistent.
Installation & Configuration ⚙️
- Global Installation
- Using
npx
- From Cloned Repository
Cloud vs. Local Storage 🔄
- Cloud: Persistent, no local database needed.
- Local: In-memory, suitable for temporary use.
Development 💻
Debugging 🐞
Technical Implementation Notes 🔧
- Advanced Mem0 API Parameters
Made with ❤️ by Pink Pixel