logoalt Hacker News

mannyvyesterday at 3:32 PM1 replyview on HN

This is excellent for those of us who are building local AIs.


Replies

elfenleidyesterday at 3:35 PM

That's a great point! And also works really well for shared context between claude instances, for example, we use that for our business model in the company, all business rules and model is stored as memories in a central redis that the mcp connects to. The way that memories are stored are specific to a folder or global (similar to CLAUDE.md home directiory), but with this approach you can have an external redis where multiple claudes read and write into as a shared almost hive like memory.