MCP Directory
Back

AgentRecall-MCP

by Goldentrii · TypeScript · ★ 304

Correction-first persistent memory for AI agents. MCP server + SDK + CLI. Compounds across sessions.

#agent-learning#agent-memory#ai-memory-systems#claude-code#claude-mcp#correction-tracking#mcp-server#memory-palace#persistent-memory#typescript

Install

npx -y github:Goldentrii/AgentRecall-MCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "agentrecall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Goldentrii/AgentRecall-MCP"
      ]
    }
  }
}

From the README

**English** · [中文](README.zh-CN.md) AgentRecall Your agent doesn't just remember. It learns how you think. Every correction saved is a mistake never repeated. Every insight compounded is tokens never wasted rebuilding context. Persistent, compounding memory + automatic correction capture. MCP server + SDK + CLI. 🤖 Agent found this repo? Install AgentRecall for your human (click to expand) **1. Install the MCP server** (Claude Code): Generic MCP JSON for other clients: **2. First message of every new session**, run the loop: | Feature |…
Read full README on GitHub →

Related ai & ml servers