tmcra-memory
v0.3.0-rc.10Automatic long-term memory recall and capture for Codex.
By TMCRALicense: Apache-2.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 tmcra-memory for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add tmcra-memory@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tmcra-memory” remain stable.
- Codex:
tmcra-memory@agent-plugin-marketplace→tmcra-memory@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/reshuibuduo/tmcra-plugin-codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/manage-tmcra-memory/SKILL.md└── .mcp.json
Included Skills1
Manage and troubleshoot TMCRA long-term memory through the bundled MCP tools and Codex device authorization. Use when a user explicitly asks to remember, recall, inspect, verify, or wait for memory; configure local Writer or organizer providers; asks why a memory was used; asks to persist an important project decision; or needs to connect or reauthorize the installed Codex plugin.
MCP servers1
- command
- node
- args
- ./hooks/run_hook.mjs mcp_server.mjs
- cwd
- .
Plugin manifests1
{
"name": "tmcra-memory",
"version": "0.3.0-rc.10",
"description": "Automatic long-term memory recall and capture for Codex.",
"author": {
"name": "TMCRA",
"url": "https://tmcra.com"
},
"homepage": "https://tmcra.com",
"repository": "https://github.com/reshuibuduo/tmcra-plugin-codex",
"license": "Apache-2.0",
"keywords": [
"memory",
"mcp",
"codex",
"agent"
],
"skills": "./skills/",
"interface": {
"displayName": "TMCRA Memory",
"shortDescription": "Automatic long-term memory for coding agents.",
"longDescription": "Recall relevant TMCRA memory before Codex answers, capture completed turns, and preserve long-running tasks across automatic context compaction with redacted tool-progress checkpoints. Includes explicit MCP tools for inspecting recall, ingestion, jobs, runtime status, and local model-provider settings.",
"developerName": "TMCRA",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"defaultPrompt": [
"Show the TMCRA memories that were injected for my latest completed answer.",
"Show which TMCRA memories are relevant to this task.",
"Remember this decision for future coding sessions.",
"Check whether the latest TMCRA memory write completed.",
"Show TMCRA installation and lifecycle status.",
"Open TMCRA local Writer and background-organizer settings."
],
"brandColor": "#49E5C2",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"screenshots": [
"./assets/overview.png"
],
"websiteURL": "https://tmcra.com",
"privacyPolicyURL": "https://tmcra.com/privacy",
"termsOfServiceURL": "https://tmcra.com/terms"
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tmcra-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tmcra-memory)