Agent Plugins Marketplace
All plugins

rekall

v0.3.1

Deliberate Codex context compaction with a verified handoff and one-time continuation.

Codex1 Skill1 MCP serverstdio

By Dmytro SherstobitovLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 6, 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 rekall for Codex

Installs for the current user
codex plugin marketplace add DitriXNew/rekall
codex plugin marketplace upgrade rekall
codex plugin add rekall@rekall

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

Compatibility: the page URL and API slug “rekall” remain stable.

  • Codex: rekall@agent-plugin-marketplacerekall@rekall

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/DitriXNew/rekall

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

Plugin files

rekall/
├── .codex-plugin/plugin.json
├── skills/rekall/SKILL.md
└── .mcp.json

Included Skills1

rekallskills/rekall/SKILL.md

Compact the current Codex VS Code extension thread through Rekall with a verified handoff and optional one-time continuation. Use on an explicit compaction request or after a substantial completed stage; standalone Codex CLI sessions are unsupported.

MCP servers1

rekallstdio
command
node
args
${PLUGIN_ROOT}/bridge.mjs mcp

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "rekall",
  "version": "0.3.1",
  "description": "Deliberate Codex context compaction with a verified handoff and one-time continuation.",
  "author": {
    "name": "Dmytro Sherstobitov",
    "url": "https://github.com/DitriXNew"
  },
  "homepage": "https://github.com/DitriXNew/rekall#readme",
  "repository": "https://github.com/DitriXNew/rekall",
  "license": "MIT",
  "keywords": [
    "codex",
    "context",
    "compaction",
    "handoff",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Rekall",
    "shortDescription": "Compact context and continue from a verified handoff.",
    "longDescription": "Schedule native Codex context compaction at a deliberate checkpoint, retain a verified task handoff, and optionally resume authorized work once.",
    "developerName": "Dmytro Sherstobitov",
    "category": "Developer Tools",
    "capabilities": [
      "Local MCP tools",
      "Context handoff",
      "One-time continuation"
    ],
    "websiteURL": "https://github.com/DitriXNew/rekall",
    "defaultPrompt": [
      "Compact this thread with a handoff, then continue the remaining work once.",
      "Check whether this thread is ready for deliberate compaction.",
      "Compact this completed task without starting another turn."
    ],
    "brandColor": "#6750A4",
    "composerIcon": "./assets/icon.svg"
  }
}

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

[rekall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rekall)