mcp-openmemory
If you are the rightful owner of mcp-openmemory 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.
The MCP OpenMemory Server is a tool that enhances Claude's ability to remember and learn from conversations over time, using the Model Context Protocol (MCP).
The MCP OpenMemory Server is designed to provide Claude, an AI conversational agent, with the capability to store, recall, and update memory from past interactions. This server utilizes the Model Context Protocol (MCP) to manage conversation history and context, allowing for a more personalized and contextually aware user experience. By leveraging SQLite for persistent storage, the server ensures that conversation data is retained even after application restarts, provided the database path is correctly configured. This tool is particularly useful for maintaining continuity in conversations, enabling Claude to remember user preferences, ongoing projects, and other critical information that can enhance future interactions. The server is integrated with Claude Desktop, and it can be configured to run on different platforms, including macOS, Windows, and Linux, using Node.js. The server supports various memory management tools, such as saving individual messages, recalling memory abstracts, and accessing recent conversation history, which collectively contribute to a more coherent and informed conversational experience.
Features
- Memory Storage: Save and recall conversation messages.
- Memory Abstracts: Maintain summarized memory context across conversations.
- Recent History: Access recent conversations within configurable time windows.
- Local Database: Uses SQLite for persistent storage without external dependencies.
Tools
save_memory
Store individual conversation messages.
recall_memory_abstract
Get current memory summary.
update_memory_abstract
Update the memory summary.
get_recent_memories
Retrieve recent conversation history.