Goldentrii/AgentRecall
by Various
Persistent, correction-driven memory for AI agents. Cross-session, cross-platform (Claude Code, Codex, Gemini — any MCP client). Learns from mistakes, compresses context to save to
MCP
Goldentrii/AgentRecall
Added 18 June 2026
Overview
AgentRecall is a persistent memory layer for AI agents that works across sessions and platforms via the Model Context Protocol (MCP). It stores corrections and learnings from agent mistakes, compresses context to reduce token usage, and consolidates knowledge overnight. The tool is available as an npm package (agent-recall-mcp) and is written in TypeScript.
Best for
Best for
Developers running multiple AI agent sessions who want persistent, cost-efficient memory that improves from errors.
Use cases
- Give an agent long-term memory across Claude Code, Codex, and Gemini sessions
- Automatically capture and apply corrections from agent mistakes
- Reduce token costs by compressing and consolidating context overnight
Notes
AgentRecall is a persistent memory layer for AI agents that works across sessions and platforms via the Model Context Protocol (MCP). It stores corrections and learnings from agent mistakes, compresses context to reduce token usage, and consolidates knowledge overnight. The tool is available as an npm package (agent-recall-mcp) and is written in TypeScript.
303 stars on GitHub. Last updated 2026-06-18. Licensed MIT.
Use cases
- Give an agent long-term memory across Claude Code, Codex, and Gemini sessions
- Automatically capture and apply corrections from agent mistakes
- Reduce token costs by compressing and consolidating context overnight
Pros
- Cross-platform support via MCP works with multiple agent tools
- Reduces token usage through automatic context compression
- Learns from mistakes without manual intervention
Cons
- Requires MCP-compatible client to function
- Overnight consolidation may delay knowledge updates
- Limited to correction-driven memory, not general-purpose storage
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Cross-platform support via MCP works with multiple agent tools
- Reduces token usage through automatic context compression
- Learns from mistakes without manual intervention
Cons
- Requires MCP-compatible client to function
- Overnight consolidation may delay knowledge updates
- Limited to correction-driven memory, not general-purpose storage
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
topoteretes/cognee
Various
Memory platform for AI Agents in 6 lines of code
vectorize-io/hindsight
Various
Hindsight: Agent Memory That Learns
oraios/serena
Various
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent