An MCP server that provides persistent long-term memory for AI agents via local SQLite storage with low token overhead, enabling memory storage, retrieval, and management across sessions.
A local-first, zero-token memory MCP server for AI coding agents, storing memories in SQLite and providing memory_recall and memory_add tools for pull-based retrieval.
A lightweight, local-first MCP memory server for LLM agents that enables storing, searching, and retrieving agent memories with zero external dependencies.