Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Agent Recall
A
Health: ActiveRecent health check succeeded.Last checked 8/11/2026, 12:01:03 AM

Agent Recall

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository365 GitHub StarsTotal stargazers on GitHub for the source repository (365 stars).

Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

English Β· δΈ­ζ–‡

AgentRecall

Claude Code memory that learns from corrections. The only learning loop that measures whether your agent actually stops repeating a mistake.

Corrections ledger + session lifecycle + honest measurement. MCP Β· SDK Β· CLI Β· Skill.

Telegram Community MCP npm SDK npm CLI npm License Tools 5 layers Zero cloud by default Keyword + RRF retrieval

/arstart /arsave /arrecall /arreflect

Agent found this repo? Install AgentRecall for your human (click to expand)

1. Install the MCP server (Claude Code):

Terminal
claude mcp add --scope user agent-recall -- npx -y agent-recall-mcp

Generic MCP JSON for other clients:

config.json
{ "mcpServers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall-mcp"] } } }

2. First message of every new session, run the loop:

Code
At the start of a session, call session_start to load context.
When the human corrects you, call remember with type "correction".
At the end of a session, call session_end to compound what you learned.

What it does

AgentRecall is two things:

  1. A governed corrections ledger β€” every time you correct your agent ("no, not that version", "put this section first", "ask me before you assume"), that correction is stored as a structured record with severity, evidence, and outcome tracking. It persists across sessions, projects, and agent restarts.

  2. A measurement instrument β€” the only open-source system that tracks whether a correction actually changed what the agent does in a later session. Every correction accumulates retrieved_count, and every time the agent encounters the same situation, the outcome is recorded (heeded or recurred).

No other agent memory tool measures that second step. Every benchmark in the field tests retrieval; none tests behavioral change across sessions. We built the measurement harness first β€” and we publish what we found, including the unflattering numbers.


Measured, not promised

Most agent memory tools claim "never repeats the same mistake." None of them publish a number for it.

Here is what our own instrument found on our own live corpus (2026-07-03):

MetricValueArtifact
Correction capture recall (dual-blind audit, n=59)35.3% [17.3–58.7 CI]UPDATE-LOG.md Β§M2
Heed rate, pre-2026-07-03 (instrument-biased upper bound β€” do not cite)92.5% [Wilson 60.1–100]scripts/eval/baselines/rmr-baseline-2026-07-03.json
Heed rate, evidence-grounded (post-reset)0/3 eventsscripts/eval/baselines/rmr-baseline-2026-07-03.json
Correction transfer recall (offline bench, achievable)0/4 [Wilson 0–49%]scripts/eval/baselines/correction-transfer-real-2026-07-03.json
Median session_start injection1,489 tokens (was 2,010; Mem0 anchor ~7K)UPDATE-LOG.md Β§C2
p95 session_start latency (warm)363 ms (was 1,132)UPDATE-LOG.md Β§C2

The heed instrument defaulted to "heeded" absent evidence before 2026-07-03; the reset default is "unknown" β€” the honest 0/3 is the correct starting point, not a regression. Transfer recall cannot support a point-estimate claim below 39 classes (claim-gate ledger, benchmark spec Β§2.6).

Verify it yourself: every number above regenerates from the committed artifacts β€” see docs/eval/REPRODUCE.md.

What this means: we captured 35% of real corrections in our own live use. The heed instrument was biased and we reset it. The offline transfer benchmark scores 0 on our own corpus β€” which is a density problem (32 active corrections across 19 projects is too sparse to front-run mistakes), not a retrieval architecture problem (confirmed 5Γ— by internal experiments).

The learning loop framing is correct β€” the system is designed to track whether corrections change behavior β€” but the data we have so far is insufficient to quantify the uplift. We are publishing the measurement harness and running the experiment.


Why this is different from every other memory tool

In mid-2026, the agent-memory field is crowded (Mem0 ~60K stars, Graphiti/Zep ~28K, Supermemory ~28K, Letta ~24K). Most published benchmark numbers in this space are self-reported on the same 2–3 retrieval benchmarks and are hard to reproduce independently.

The confirmed gap (from our research report docs/research/agent-memory-landscape-2026-07.md Β§2): no public benchmark measures whether a captured correction changes what a fresh agent does in a new session. LongMemEval, LoCoMo, MemoryAgentBench, Letta Leaderboard β€” all test retrieval or within-session updates.

AgentRecall owns two pieces of the unclaimed ground:

  • The corrections ledger β€” a governed data model (corrections-export/v1, scrubbed egress, retraction, severity, proof-confidence) that any engine can integrate against.
  • The measurement harness β€” predict-loo (leave-one-out, anti-self-confirming, dual denominators) and the correction-transfer benchmark spec (HeedBench v1 β€” provisional name), which implements the missing pipeline: capture β†’ persist β†’ fresh session β†’ measure recurrence.

Benchmark numbers in agent memory are typically self-reported and hard to reproduce. Ours regenerate from a fixed, hash-locked corpus with one command (npm run bench) β€” including the scores that make us look bad.


Quick Start

Visual setup guide β€” all 13 clients, copy-paste prompts: open warroom/install.html from the repo (or after unzipping the War Room release) in any browser. No server needed.

AgentRecall Install Guide

MCP Server β€” for AI agents

bash
# Claude Code
claude mcp add --scope user agent-recall -- npx -y agent-recall-mcp

# Cursor β€” .cursor/mcp.json
{ "mcpServers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall-mcp"] } } }

# VS Code β€” .vscode/mcp.json
{ "servers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall-mcp"] } } }

# Windsurf β€” ~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall-mcp"] } } }

# Codex
codex mcp add agent-recall -- npx -y agent-recall-mcp

Skill (Claude Code only):

bash
mkdir -p ~/.claude/skills/agent-recall
curl -o ~/.claude/skills/agent-recall/SKILL.md \
  https://raw.githubusercontent.com/Goldentrii/AgentRecall-X/main/SKILL.md

SDK & CLI

Terminal
npm install agent-recall-sdk        # JS/TS apps
npx agent-recall-cli recall "topic" # terminal & CI
server.ts
import { AgentRecall } from "agent-recall-sdk";
const memory = new AgentRecall({ project: "my-app" });
await memory.capture("What stack?", "Next.js + Postgres");
const ctx = await memory.recall("rate limiting");

5 Memory Layers

The canonical cognitive-psychology taxonomy mapped to your agent's filesystem:

LayerTypeWhat it holdsPath
1EpisodicWhat happened in each session, chronologically. Auto-written during work.journal/
2SemanticTopic-clustered facts with [[wikilinks]]: Architecture, Goals, Blockers.palace/rooms/
3ProceduralIF-THEN production rules β€” reusable how-tos.palace/skills/
4NarrativeProject phases: Goal β†’ What was hard β†’ How solved β†’ Synthesis.palace/pipeline/
5CorrectionBehavioral calibration: rules the agent must follow, with severity and outcome tracking.corrections/
+AwarenessCross-project insights promoted from N-confirmed corrections β€” the compounding layer.palace/awareness

All layers share one canonical naming grammar so any agent can compose retrieval paths from intent. Existing files keep working via a legacy_path view β€” no migration needed.


The Session Loop

mermaid
flowchart LR
    A([session start]) --> B["/arstart β€” open<br/>board β†’ pick β†’ load context"]
    B --> C{work}
    C -->|need past knowledge| D["/arrecall β€” search"]
    D --> C
    C --> E["/arsave β€” save<br/>journal + compound"]
    E --> F([session end])
    F -. every K sessions .-> G["/arreflect β€” consolidate"]
    G -.-> A
CommandWhenWhat it does
/arstartFirst β€” every sessionOPEN. No args = status board across ALL projects (pending work, blockers) β†’ pick by number β†’ load that project's deep context (palace rooms, corrections, task recall). /arstart <slug> loads directly; /arstart bootstrap scans your machine and imports existing projects.
/arsaveLast β€” every sessionSAVE. Write journal + palace consolidation + awareness compounding. /arsave all batch-saves every parallel session of the day (scan, merge, deduplicate).
/arrecallMid-session, on demandSEARCH. Surface past knowledge for the current task β€” documented fixes, prior decisions, patterns.
/arreflectEvery K sessionsCONSOLIDATE. Periodic triage: confirm recurrence/phantom matches, cluster new error classes, propose rule re-abstractions (rule edits stay owner-gated).

Without /arstart, a fresh agent has zero orientation. Without /arsave, nothing compounds. Those two are the spine; /arrecall and /arreflect compound it.


The Automaticity Principle

Memory only compounds if it fires automatically, not on demand. Every pull-channel tool (recall, memory_query) saw zero organic calls across 44 projects over weeks of real use β€” including from the agent that built them. That is why only 5 tools ship by default; the two-verb model (session_start / session_end) carries all the compounding value, and everything else is opt-in via --full.


Dreaming β€” Nightly Consolidation (optional)

An autonomous overnight agent that runs while you sleep and compounds everything your sessions wrote during the day.

What it doesResult
Mine patterns across all projectsRepeated corrections promote to palace/awareness
Ebbinghaus salience decayLow-signal rooms fade; your palace stays sharp
Journal rollupsEntries >30 days compress into summary rooms
Awareness graduationCorrections confirmed NΓ— times go cross-project
Telegram reportNightly summary: learned Β· decayed Β· crystallized

Requires a live Claude Code login. If the session expires, dream skips with a Telegram alert.

bash
# Fix expired login (run this when dreaming stops)
claude login

Dream reports are saved locally to ~/.agent-recall/dreams/YYYY-MM-DD.md.


Experimental: Recurrence & Reflection Harness Kit

The question this answers: does a correction actually change behavior, or does the same mistake come back? A logged correction whose error class recurs after the rule was encoded is a phantom gradient step β€” the write cost was paid, the behavior never changed.

The kit in experimental/harness-kit/ is a Claude Code harness layer that closes this loop on top of AgentRecall:

PieceWhat it does
ar-scoreboard.py (SessionStart hook)Health digest every session: correction flow, insight promotion rate, loop health, phantom counts, reflection cadence
ar-recurrence-check.py (+ your ~/.agent-recall/taxonomy.json, schema in TAXONOMY-SCHEMA.md)Error-class taxonomy over your corrections; mechanical phantom detection (violation dated after its rule)
/arstart Β· /arsave Β· /arrecall Β· /arreflectThe four memory verbs (open Β· save Β· search Β· consolidate) as slash commands
/arreflect (every K sessions)Periodic triage: confirm provisional matches, cluster new error classes, propose rule re-abstractions β€” rule edits stay owner-gated
ar-nudge.py (UserPromptSubmit hook)Surfaces overdue reflection mid-session β€” memory pushed to the moment of action, not left to be remembered
dispatch-model-guard.py (PreToolUse hook, optional)Warn-only guard for an explicit-model dispatch policy β€” an example of mechanizing a rule that text alone failed to enforce

North-star metric: post-re-abstraction phantom rate β†’ 0 for treated classes. First validation run (2026-07-14, one power-user harness): 8 error classes and 18 confirmed phantom gradient steps found in 109 corrections; 6 rules re-abstracted the same day.

Status: experimental. Validated on one harness; Python 3 stdlib only; install steps and caveats in the kit's README. Since v3.4.37 the same phenomenon is also measured natively: failure_class + the cross-project recurrence join.


War Room Dashboard β€” Download & Deploy

A local-first visual dashboard for your memory: an activity calendar, per-project status, corrections, and insights β€” all rendered from your local ~/.agent-recall/ data. Fully offline (vendored assets), no Node and no build step.

AgentRecall War Room β€” Overview

  1. Download ar-warroom-v3.4.32.zip from the latest GitHub Release.
  2. Unzip it, then serve it locally:
bash
cd warroom
python3 -m http.server 8080
  1. Open http://localhost:8080/AgentRecall.html

This is the recommended onboarding for Hermes / OpenClaw / OpenCode users too β€” one offline page to see everything your agent has learned.


Architecture

TypeScript monorepo, 4 published packages: core (storage + tool logic), mcp-server (thin MCP wrappers), sdk (programmatic API), cli (the ar command). All memory is local markdown under ~/.agent-recall/projects/<slug>/ β€” journal/, corrections/, and palace/ (rooms, skills, pipeline, awareness). An optional Supabase mirror adds pgvector semantic recall; all-local stays the default.

Retrieval: keyword + RRF (Cormack 2009). FSRS-lite decay (Ebbinghaus β†’ SuperMemo β†’ FSRS-6). A Modern Hopfield re-rank primitive (Ramsauer 2020) is in the codebase but not wired into the default path β€” what runs today is local keyword/substring matching (stemming + synonym expansion + lightweight IDF, per-source ranking) merged via RRF, plus optional vector search when OPENAI_API_KEY is set. No inverted index or BM25 k1/b tuning β€” a real BM25 index is a possible future upgrade, not what's running now.

Platform Compatibility

PlatformMechanismStatus
Claude CodeMCP server + skill + hooksPrimary
Cursor Β· Windsurf Β· VS Code (Copilot) Β· CodexMCP serverSupported
Any JS/TS appSDK (agent-recall-sdk)Supported
Terminal / CICLI (ar)Supported

Links

  • Full reference β†’ README.full.md
  • Docs β†’ docs/ β€” command reference, architecture deep-dives
  • Changelog β†’ UPDATE-LOG.md β€” phase-by-phase evolution + design reasoning
  • Benchmark spec β†’ docs/proposals/2026-07-02-correction-transfer-benchmark-spec.md
  • Landscape research β†’ docs/research/agent-memory-landscape-2026-07.md
  • Skill β†’ SKILL.md β€” Claude Code skill definition
  • Community β†’ Telegram Β· GitHub Issues

Contributing

PRs welcome. Open an issue first for anything substantive β€” the design is opinionated and grounded in published research; we want changes grounded the same way.

License

MIT β€” see LICENSE.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora β†’
  • AgentPlaybooks logoAgentPlaybooks

    Portable, vendor-neutral home for agent skills, MCP servers, personas, and memory.

    🧠 Knowledge & Memory0 views
    Compare vs AgentPlaybooks β†’
  • Mcp Obsidian logoMcp Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory2 views
    Compare vs Mcp Obsidian β†’

Frequently Asked Questions about Agent Recall

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgent Recall AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agent-recall?style=directory)](https://allmcps.com/mcp/agent-recall)
HTML Embed
<a href="https://allmcps.com/mcp/agent-recall"><img src="https://allmcps.com/api/badge/agent-recall?style=directory" alt="Agent Recall on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars365
GitHub Star CountTotal stargazers on GitHub representing community popularity (365 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 4, 2026
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Agent Recall β†’Install in Claude DesktopInstall in CursorInstall in VS Code