Provides long-term memory storage for conversational agents, accessible via a Model Context Protocol server.
DeepMemory is a Model Context Protocol (MCP) server designed to equip conversational AI agents with robust long-term memory capabilities. It stores memories locally in an SQLite database by default, offering a comprehensive set of MCP tools for adding, searching, listing, updating, and deleting these memories. For scalable solutions, it also supports an optional MySQL backend. The server features 'Clusters' to organize structured details and link related memories, a persistent queue to handle memory write requests during initialization, and a lightweight HTTP fallback for basic interactions. Additionally, it provides dedicated storage and tools for managing development-related documents, helping to centralize knowledge for AI projects.