Memory SQLite acts as a robust personal knowledge graph and memory system, specifically engineered to furnish AI assistants like Claude with persistent memory across conversations. It enables AIs to recall entities, concepts, and their interconnections, enhancing their ability to maintain context, manage personal information, and perform intelligent retrieval. All data remains entirely local and private, utilizing SQLite for reliable storage and `sqlite-vec` for advanced semantic vector search, making it an indispensable tool for deepening AI interaction without compromising privacy.
Key Features
01Flexible text and semantic vector search (1536-dim embeddings)
02Easy setup for Claude Desktop
03100% Local & Private data storage
04Automatic relationship deduplication
052 GitHub stars
06Simple API for knowledge graph management