Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
11–20 of 47 posts
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#12Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#13Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#14did you test if that actually outperforms local claude code memory by any metric?
I'm guessing having a portable memory that's comparable with first party memory is the goal.
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#15Cool 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.
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#16How is this any different from all the other Memory stuff we have? mem0 etc etc that do the same thing?
[0]: https://setoku.com
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#17Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#18Cool 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.
for one, the mcp-server architecture makes it usable from claude.ai and other surfaces where you have mcp but no filesystem. there are claude-specific workarounds (workspaces) but you lose portability across systems.
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#19Cool 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.
i can see for public facing deployments agent memory like this could result in faster roundtrips.