Agent Plugins Marketplace
All plugins

recall

v0.14.0

RE-call project memory with abstention, shared front matter, and lifecycle hooks for Codex.

Codex3 Skills1 MCP serverstdio

By Giulio D'ErmeLicense: PolyForm-Noncommercial-1.0.05 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install recall for Codex

Installs for the current user
codex plugin marketplace add GiulioDER/RE-call
codex plugin marketplace upgrade re-call
codex plugin add recall@re-call

Paste and run these commands in a terminal with Codex. They add and refresh the re-call catalog, then install this plugin.

Compatibility: the page URL and API slug “recall-4” remain stable.

  • Codex: recall-4@agent-plugin-marketplacerecall@re-call

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/GiulioDER/RE-call

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex-plugin/.

Plugin files

codex-plugin/
├── .codex-plugin/plugin.json
├── skills/check-memory-before-acting/SKILL.md
├── skills/keep-memory-current/SKILL.md
├── skills/re-call/SKILL.md
└── .mcp.json

Included Skills3

check-memory-before-actingskills/check-memory-before-acting/SKILL.md

Search this project's own memory before doing something it may already have opinions about. Use before running a build/test/deploy command, before choosing a library or approach, before changing configuration or CI, and before re-opening a decision that may already have been settled. Also use when a task resembles something the project has plausibly hit before.

keep-memory-currentskills/keep-memory-current/SKILL.md

Load this project's memory when you start, and write back what you learned before you stop. Use at the beginning of a work session, when finishing a task or about to end a session, after debugging something non-obvious, after a decision that took argument to reach, and whenever you catch yourself thinking "I should remember this". Also use when a memory turns out to be wrong.

re-callskills/re-call/SKILL.md

Give an AI agent trusted persistent memory across sessions. Use before planning or answering when earlier runs may contain relevant decisions, failures, experiments, user corrections, unresolved work, or lessons that should influence the current task, and after learning a durable fact that future runs should inherit.

MCP servers1

recallstdio
command
recall-codex-mcp

Plugin manifests1

codex-plugin/.codex-plugin/plugin.json
{
  "name": "recall",
  "version": "0.14.0",
  "description": "RE-call project memory with abstention, shared front matter, and lifecycle hooks for Codex.",
  "author": {
    "name": "Giulio D'Erme",
    "url": "https://github.com/GiulioDER"
  },
  "homepage": "https://giulioder.github.io/RE-call/",
  "repository": "https://github.com/GiulioDER/RE-call",
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "memory",
    "rag",
    "retrieval",
    "agent-memory",
    "pgvector",
    "postgresql"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "RE-call",
    "shortDescription": "Project memory that abstains instead of guessing",
    "longDescription": "Search project memory before acting, preserve shared memo front matter, and refresh the corpus across Codex sessions.",
    "developerName": "Giulio D'Erme",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "Use RE-call memory before repeating prior work, proposing an idea, or writing a durable project memo."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[recall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recall-4)