Provides an SQLite-based memory server utilizing WAL mode for concurrent access, serving as a drop-in replacement for `@modelcontextprotocol/server-memory`.
Sponsored
This tool offers a robust and persistent memory solution for applications built on the Model Context Protocol (MCP), particularly beneficial for AI agents and LLM-driven systems. By leveraging SQLite with Write-Ahead Logging (WAL) mode, it ensures high concurrency and thread safety, making it ideal for multi-agent environments. It guarantees data integrity through ACID transactions and offers a seamless transition for existing projects as a direct replacement for in-memory solutions, providing enhanced persistence and reliability without complex setup.
Key Features
01SQLite-based persistence for MCP memory servers
02ACID transactions ensuring data integrity and reliability
03Multi-platform compatibility across Ubuntu, Windows, and macOS
040 GitHub stars
05WAL mode for concurrent and thread-safe data access
06Drop-in replacement for @modelcontextprotocol/server-memory
Use Cases
01Building concurrent and thread-safe knowledge graphs for multi-agent systems
02Upgrading existing Model Context Protocol servers with robust data persistence
03Providing persistent and durable memory for AI agents and LLM applications