logoalt Hacker News

jMylesyesterday at 3:59 PM1 replyview on HN

Heh, I'm building the same thing this week (albeit with postgres rather than redis). I bet like 15% of the people here are.


Replies

_joelyesterday at 5:27 PM

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.