Provides an advanced MCP server for RAG-enabled memory, leveraging a knowledge graph with vector search capabilities.
Rag Memory extends basic memory concepts with semantic search, document processing, and hybrid retrieval to facilitate more intelligent memory management within the Model Context Protocol (MCP) ecosystem. Designed for local operation alongside MCP clients, it uses a SQLite backend with vector operations for fast storage and retrieval of entities, relationships, and observations. It is suitable for intelligent document understanding in applications such as conversational memory or knowledge base construction.