Show HN: Two Claudes collaborating through shared memory on a $100 mini-PC
Category: ai-ml
Tags: ai-agents, persistent-memory, self-hosted, mcp, vector-search
Score: 6.8/10 (Innovation: 7, Technical: 7, Documentation: 8, Utility: 5)
persMEM is a system that gives AI assistants like Claude persistent semantic memory and inter-instance communication capabilities using a local server with vector search and a filesystem-based message queue. It's interesting because it enables autonomous collaboration between AI agents on low-cost, private hardware without cloud dependencies, combining several existing technologies (MCP, ChromaDB, FastMCP) into a novel, self-hosted agent infrastructure.
Target audience: ai researchers, backend devs, devops
Repository: https://github.com/ASIXicle/persMEM
View on Hacker News