Show HN: Persistent Memory for Claude Code (MCP)(github.com)
github.com
Show HN: Persistent Memory for Claude Code (MCP)
https://github.com/DiaaAj/a-mem-mcp
2 コメント
Sounds similar to steve yegge's beads[0]
0: https://github.com/steveyegge/beads
0: https://github.com/steveyegge/beads
Thanks for the pointer! But it seems to me beads is a different tool? Beads is a task tracker for multi-agent system, A-MEM is agentic memory for accumulated knowledge.
My approach is inspired from Zettelkasten method, memories are atomic, connected and dynamic. Existing memories can evolve based on newer memories. In the background it uses LLM to handle linking and evolution.
I have only used it with claude code so far, it works well with me but still early stage, so rough edges likely. I'm planning to extend it to other coding agents as I use several different agents during development.
Looking for feedbacks!