Show HN: Local RAG memory system that AI can write directly to
3 points
2 hours ago
| 1 comment
| github.com
| HN
For me and my family, it get really annoying having to reshare information each time you create a new LLM chat.

Therefore, I decided to create local-memory-mcp, a local MCP that allows LLMs to read and write to a RAG. It also has built in systems that help keep the system efficient like a max chunk size and deprecation when information gets updated.

I would love it if you all would try it out and let me know your thoughts. It's been a huge time and token saver for us.

Thanks for the help and enjoy!

thoposaurus
2 hours ago
[-]
I've been struggling with this exact problem lately and its been so frustrating. This looks like an awesome solution, I'll be trying it out later. Thanks for sharing!
reply