logoalt Hacker News

Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

26 pointsby pcbmaker20today at 1:57 PM11 commentsview on HN

Comments

myshapeprotocoltoday at 3:37 PM

Using SQLite FTS5 for fast agent memory is such a pragmatic architectural choice. Great Show HN project.

jrflotoday at 3:22 PM

Cool idea. Why is this beneficial over just using markdown files and allowing agents to grep for whatever they need? I've tried various MCP things in the past and I've found they tend to slow down the agent and waste tokens more than they end up helping, but a better memory system is 100% needed for agents.

FitchAppstoday at 3:00 PM

Looks very interesting. Can you explain for noobs why using Google's OKF format and not plain MD files?

show 1 reply
rcarmotoday at 2:24 PM

Nice to see more OKF-based approaches. My entry in this field is https://rcarmo.github.io/projects/memento/, which I’ve been running for a few months now.

show 3 replies
clemens1010today at 3:07 PM

did you test if that actually outperforms local claude code memory by any metric?

bearjawstoday at 3:30 PM

Another week, another agent memory system that is about the same as grep in a memory/ directory.