MCPFast / Tools / Persistent local memory for Claude, Cursor & Codex
Open-source MCP tool providing persistent local memory for LLMs, using SQLite and a knowledge graph, with no cloud or API keys.
View on GitHub→This open-source MCP tool provides a robust solution for implementing persistent local memory for Large Language Models (LLMs) like Claude, Cursor, and Codex. Designed for developers, it leverages SQLite for efficient data storage and a knowledge graph for structured information retrieval. The key advantage is its entirely local operation, eliminating the need for cloud services or API keys, ensuring data privacy and control.
This tool acts as an intermediary, enabling your LLM applications to retain and recall information across sessions. Instead of relying on ephemeral context windows, it stores relevant data locally in a structured format. This allows LLMs to build upon past interactions, access a growing knowledge base, and provide more consistent and contextually aware responses over time. The underlying SQLite database and knowledge graph facilitate efficient querying and retrieval of this persistent memory.
This tool is ideal for AI developers building applications that require long-term memory and context. This includes, but is not limited to: