by janbjorge · MCP Server · ★ 46
rekal Long-term memory for LLMs. One SQLite file, no cloud, no API keys. rekal is an MCP server that gives Claude Code persistent memory across sessions. Memories are stored locally in SQLite and retrieved with hybrid search (BM25 keywords + vector semantics + recency decay). Nothing leaves your machine. Install or with uv: Requires Python 3.11+. On first run, rekal creates — a single file that holds everything. Setup Three steps: add the MCP server, install the plugin, and disable built-in memory. 1. Add the MCP server — gives Claude Code the memory tools: 2.
| Stars | 46 |
| Forks | 4 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 61.088/100 |
| Open Issues | 2 |
| Last Updated | 2026-05-12 |
| Created | 2026-04-11 |
| Platforms | mcp, python |
| Est. Tokens | ~25k |
These tools work well together with rekal for enhanced workflows:
Explore other popular mcp server tools:
rekal is Long-term memory for LLMs. MCP server backed by hybrid search in a single SQLite file.. It is categorized as a MCP Server with 46 GitHub stars.
rekal is primarily written in Python. It covers topics such as llm, mcp, mcp-server.
You can find installation instructions and usage details in the rekal GitHub repository at github.com/janbjorge/rekal. The project has 46 stars and 4 forks, indicating an active community.
rekal is released under the MIT license, making it free to use and modify according to the license terms.