Comment by jMyles
5 days ago
Heh, I'm building the same thing this week (albeit with postgres rather than redis). I bet like 15% of the people here are.
5 days ago
Heh, I'm building the same thing this week (albeit with postgres rather than redis). I bet like 15% of the people here are.
Yep, me too. I've taken the reference memory mcp that anthropic release and bolted on pgsql, but with a bunch of other features that are specific to the app I'm building. Like user segmentation/isolation with RLS (app is multiuser) and some other entity relationship tracking things.