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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. AgentRecall
AgentRecall logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:50:02 PM

AgentRecall

User RatingsBe the first to rate and review this MCP server!
View Repository371 GitHub StarsTotal stargazers on GitHub for the source repository (371 stars).
agent-memorymcpdeveloper-toolsknowledge-management

Persistent agent memory that records corrections, retrieves relevant context, and measures whether mistakes recur.

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 â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "goldentrii-agentrecall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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

Overview

Goldentrii/AgentRecall MCP server gives agents persistent memory across sessions, projects, and restarts. It records corrections as structured entries, retrieves relevant past context, and tracks whether later encounters are heeded or repeated. The MCP interface exposes five tools for starting sessions, saving memories, recalling context, checking records, and ending sessions. Reach for it when an agent needs a local-first correction history and a way to evaluate behavioral change rather than retrieval alone.

Use cases

•Persist corrections across agent sessions
•Load project context when a session starts
•Search memories relevant to a current task
•Track whether agents heed or repeat corrections

Key features

•Persistent cross-session memory
•Structured corrections ledger
•Contextual memory retrieval
•Session lifecycle tools
•Heeded-versus-recurred outcome tracking
•Local-first operation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by AgentRecall.

Extracted Tool Capabilities
Persistent cross-session memory
Structured corrections ledger
Contextual memory retrieval
Session lifecycle tools
Heeded-versus-recurred outcome tracking
Local-first operation

How AgentRecall works

What Goldentrii/AgentRecall MCP server does

Goldentrii/AgentRecall MCP server provides persistent memory for AI-agent sessions, with a specific focus on corrections. When a human tells an agent that an assumption, version, ordering, or behavior is wrong, the correction can be saved as a structured record instead of remaining only in the current conversation.

Saved records persist across sessions, projects, and agent restarts. The system also treats memory as an observable learning loop: corrections include information such as severity, evidence, and outcome tracking. Each correction can accumulate a retrieval count, while later encounters can be marked as either heeded or recurred.

This makes the project suitable for agents that need continuity between sessions and for developers who want to inspect whether captured corrections affect future behavior. It does not promise that every correction will be captured or transferred successfully; the project publishes evaluation results showing that its own measured capture and transfer performance is incomplete.

How it works

The MCP workflow follows a session lifecycle. At the beginning of a session, the agent calls the session-start operation to load relevant context. When the user provides a correction, the agent calls the remember operation, typically recording it with a correction type. At the end, the session-end operation compounds information from the session.

Retrieval is intended to surface contextually relevant memories. The project describes its retrieval as using the Intelligent Distance Protocol and also identifies keyword-plus-RRF retrieval. The available memory model is organized into five layers mapped to the agent’s filesystem, while cloud use is zero by default according to the repository metadata.

The measurement model separates retrieval from behavioral outcome. A retrieved correction can be counted, and a later encounter can record whether the agent heeded the correction or repeated the behavior. The repository includes reproducible evaluation artifacts and a benchmark command for its measurement material, but the supplied MCP setup does not require a hosted measurement service.

Setup and configuration

Install the Goldentrii/AgentRecall MCP server through npm with:

Terminal
npx -y agent-recall-mcp

For Claude Code, the documented command is:

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

Other documented MCP configurations use the same npx command and package name. Examples are provided for Cursor and Windsurf, using their respective MCP JSON configuration files. The repository also documents a Claude Code skill, an SDK for JavaScript and TypeScript applications, and a separate command-line package; those are additional interfaces rather than required parts of the MCP server.

Tools and capabilities

Goldentrii/AgentRecall MCP server exposes five default tools:

  • sessionstart for loading context at the start of a session.
  • remember for saving a memory or correction.
  • recall for searching relevant memories.
  • check for inspecting memory or correction state.
  • sessionend for closing a session and compounding what was learned.

The README examples use the names session_start and session_end in prompts, so client integrations should follow the tool names exposed by the installed server version.

Limitations and notes

The project’s published measurements are explicitly qualified. Its reported correction-capture recall was 35.3% on the cited live corpus, and its post-reset evidence-grounded heed result was 0/3 events. The offline correction-transfer result was also 0/4. These figures indicate that the system should not be treated as a guarantee that agents will remember every correction or stop repeating every mistake.

Goldentrii/AgentRecall MCP server is local-first and does not require a paid API key in the documented installation. Its usefulness depends on the agent following the session lifecycle and recording corrections when they occur. The repository’s license badge identifies the project as MIT-licensed.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Agent Recall logoAgent Recall

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

    🧠 Knowledge & Memory2 views
    Compare vs Agent Recall →
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

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

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    🧠 Knowledge & Memory3 views
    Compare vs Hindsight →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
371
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about AgentRecall

Run `npx -y agent-recall-mcp`, or add it to Claude Code with `claude mcp add --scope user agent-recall -- npx -y agent-recall-mcp`.

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 PreviewAgentRecall AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/goldentrii-agentrecall?style=directory)](https://allmcps.com/mcp/goldentrii-agentrecall)
HTML Embed
<a href="https://allmcps.com/mcp/goldentrii-agentrecall"><img src="https://allmcps.com/api/badge/goldentrii-agentrecall?style=directory" alt="AgentRecall on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 7, 2026
Views3
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 stars371
GitHub Star CountTotal stargazers on GitHub representing community popularity (371 stars).
53Quality signal: Good · 53/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 & tools24/30
Adoption & activity6/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · agent-recall-mcp (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

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

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 AgentRecall →Install in Claude DesktopInstall in CursorInstall in VS Code