memory-mcp and simple-memory-mcp
About memory-mcp
JamesANZ/memory-mcp
A simple MCP server that stores and retrieves memories from multiple LLMs.
This tool helps AI developers using environments like Cursor or Claude Desktop manage long conversations with large language models. It takes your ongoing chat history and intelligently archives and retrieves past interactions, ensuring your AI assistant always has the most relevant context. Developers use this to give their AI projects better long-term memory and handle complex, multi-session tasks.
About simple-memory-mcp
chrisribe/simple-memory-mcp
🧠 Blazingly fast persistent memory for AI assistants. Sub-millisecond SQLite storage with smart tagging, full-text search, and automatic relationships. MCP server + CLI.
Implements an MCP server with a GraphQL interface for memory operations, storing data in local SQLite with BM25 full-text search scoring rather than embeddings. Integrates directly with Claude Desktop and VS Code via MCP protocol, plus includes a CLI for manual queries and a web interface for browsing stored memories. Designed as a lightweight alternative to RAG systems for single-user local knowledge management without vector databases or cloud dependencies.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work