Goldentrii/AgentRecall
Free跨会话的持久化累积记忆系统,使用智能距离协议召回最相关历史记忆。提供 5 个工具:`session_start`、`remember`、`recall`、`check`、`session_end`。`npx agent-recall-mcp`
About Goldentrii/AgentRecall
AgentRecall is an open-source, correction-first persistent memory system designed for AI agents, particularly Claude Code. It provides a governed corrections ledger that records every agent correction with severity, evidence, and outcome tracking, persisting across sessions, projects, and agent restarts. Unlike other memory tools, AgentRecall includes a measurement instrument that tracks whether a correction actually changes agent behavior in later sessions by recording retrieved_count and outcome (heeded or recurred). The system ships as an MCP server, SDK, and CLI, offering five session lifecycle tools: session_start, remember, recall, check, and session_end. Installation is via a single npx command. The project publishes honest benchmarks showing both strengths and limitations of current recall and behavior change.
Key Features
Pros & Cons
- Free and open-source memory solution for AI agents
- Unique focus on measuring actual behavioral change, not just retrieval
- Simple session lifecycle API (start, remember, recall, check, end)
- Self-hosting with transparent benchmarks and no vendor lock-in
- Correction capture recall is moderate (~35% in dual-blind audit as per project's own benchmarks)
- Heed rate (behavioral change) measured as 0/3 events in evidence-grounded post-reset test
- Requires manual invocation of session lifecycle tools; no automatic detection of corrections
- Primarily designed for Claude Code; compatibility with other agents may require additional integration