Dev Tools · 7h ago
AgentPool: Shared Memory for Coding Agents Prevents Repeated Fixes
AgentPool is a free, open-source MCP server that lets coding agents share solved-problem fixes across sessions. It uses embedding-based retrieval with a 0.70 similarity floor to avoid irrelevant matches, and includes write-time shields against prompt injection and poisoning. The project addresses the amnesiac nature of AI coding agents that waste time rediscovering solutions.
Meridian48 take
The anti-poisoning shield is the standout feature, as shared knowledge bases are notoriously vulnerable to adversarial attacks that could corrupt agent behavior at scale.
coding-agentsshared-memory