Agent Plugins Marketplace
All plugins

reqall

v2026.9.17

Persistent semantic memory workflows for Codex agents

Codex7 Skills1 MCP serverStreamable HTTP

By ReqallSystemLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
8 skill or MCP entries
Source updated
Sep 17, 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 reqall for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add reqall@agent-plugin-marketplace

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

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/ReqallSystem/codex-plugin

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

reqall/
├── .codex-plugin/plugin.json
├── skills/context/SKILL.md
├── skills/document/SKILL.md
├── skills/intend/SKILL.md
├── skills/persist/SKILL.md
├── skills/review/SKILL.md
├── skills/sleep/SKILL.md
├── skills/triage/SKILL.md
└── .mcp.json

Included Skills7

contextskills/context/SKILL.md

Initialize the project and gather relevant context from the Reqall knowledgebase before work starts.

documentskills/document/SKILL.md

Capture a meaningful work item or new finding in Reqall during ongoing work; skip routine tool-call logs.

intendskills/intend/SKILL.md

Record agreed new behavior or architecture in Reqall before implementation, so outcomes can be checked against the intent.

persistskills/persist/SKILL.md

Save and verify meaningful session outcomes in Reqall, reusing existing records and capturing unresolved findings.

reviewskills/review/SKILL.md

Interactively review and triage open Reqall records for the current project.

sleepskills/sleep/SKILL.md

Compress project memory — consolidate, split, compact, skip, and crosslink Reqall records

triageskills/triage/SKILL.md

Classify incoming issues or requests, gather structured details, and create prioritized Reqall records.

MCP servers1

reqallStreamable HTTP
url
https://www.reqall.net/mcp

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "reqall",
  "version": "2026.9.17",
  "description": "Persistent semantic memory workflows for Codex agents",
  "author": {
    "name": "ReqallSystem",
    "url": "https://github.com/ReqallSystem"
  },
  "homepage": "https://github.com/ReqallSystem/codex-plugin",
  "repository": "https://github.com/ReqallSystem/codex-plugin",
  "license": "MIT",
  "keywords": [
    "rag",
    "memory",
    "project-context",
    "issues",
    "specifications",
    "codex"
  ],
  "skills": "./skills",
  "apps": "./.app.json",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Reqall",
    "shortDescription": "Project memory for Codex",
    "longDescription": "Reqall adds memory workflows to Codex: sign in with the Reqall connector, gather relevant project records before work, persist completed work, triage incoming issues, review open records, and maintain the knowledge graph.",
    "developerName": "ReqallSystem",
    "category": "Productivity",
    "capabilities": [
      "Memory",
      "Login",
      "Project context",
      "Issue tracking",
      "Specifications"
    ],
    "websiteURL": "https://reqall.net",
    "defaultPrompt": [
      "Gather Reqall context for this task.",
      "Persist this session's completed work.",
      "Review open Reqall records for this project."
    ],
    "brandColor": "#4F46E5"
  }
}

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

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