2
Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
I got tired of repeating myself to my LLM every session. rekal is an MCP server that stores memories in SQLite and retrieves them with hybrid search (BM25 + vectors + recency decay). One file, local embeddings, no API keys.
Nice clean project - Python 3.14 as a requirement might be an issue for adoption...
Thanks! You're right, that's just a relic of my dev environment. Will broaden the version requirement.
[dead]