loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agent-recall

MCP Tool

d-wwei/agent-recall

Persistent memory for AI coding agents — across tools, sessions, and projects. Works with Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode.

Install

$ npx loaditout add d-wwei/agent-recall

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agent Recall

Persistent memory for AI coding agents — across tools, sessions, and projects.

Agent Recall captures your work, remembers who you are, and picks up where you left off. It works with Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode — all sharing the same memory.

English | 中文

---

Overview

AI coding agents forget everything between sessions. Agent Recall fixes that.

It runs a lightweight background service that:

  • Captures tool executions automatically via lifecycle hooks
  • Compresses observations into structured summaries using AI
  • Injects relevant context at the start of every new session
  • Knows who it is — agent persona with self-awareness layer
  • Knows who you are — user profile bootstrapped via a 3-round interview
  • Knows what you were doing — active task recovery across sessions
Multi-Platform, One Memory

All platforms share the same SQLite database. Set up your persona in Claude Code, and Cursor sees it too. Observations from Codex appear in Gemini's context. Archives and promotions work everywhere.

| Platform | Status | Hook System | Context Injection | |----------|--------|-------------|-------------------| | Claude Code | ✅ Full | Plugin hooks | JSON additionalContext | | Cursor | ✅ Full | Shell hooks | .cursor/rules/ file | | Codex CLI | ✅ Full | hooks.json | AGENTS.md + additionalContext | | Gemini CLI | ✅ Full | hooks.json | JSON systemMessage | | OpenCode | ✅ Full | TS plugin | system.transform hook |

Quick Start
# Clone and build
git clone https://github.com/d-wwei/agent-recall.git
cd agent-recall && npm install && npm run build

# Install for all detected platforms
bash scripts/install.sh

# Or install for a specific platform
npm run sync-marketplace          # Claude Code
npm run cursor:install            # Cursor
bash scripts/codex-install.sh     # Codex CLI
bash scripts/gemini-install.sh    # Gemini CLI
bash scripts/opencode-install.sh  

Tags

ai-agentclaude-codecodex-clicontext-injectioncursorgemini-climcpopencodepersistent-memorysession-recoverysqlitetypescript

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/d-wwei/agent-recall)](https://loaditout.ai/skills/d-wwei/agent-recall)