tmcra-local-memory
v0.1.1Automatic cross-session and cross-tool project memory for Codex through the owner-local TMCRA runtime.
By Yu HaoxinLicense: Apache-2.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- 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-local-memory for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tmcra-local-memory@agent-plugin-marketplacePaste 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/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-Codex-Memory/.
Plugin files
├── .codex-plugin/plugin.json└── skills/manage-tmcra-memory/SKILL.md
Included Skills1
Recall, store, and verify long-term project memory with the TMCRA MCP tools. Use when a user explicitly asks to remember information, recover prior project context, continue work across sessions or supported agent tools, inspect an asynchronous memory write, or retry a pending write. Also use when an MCP host needs the explicit prepare-answer-commit lifecycle. Do not invoke it merely because TMCRA Hooks already supplied automatic context for an ordinary Codex turn.
Plugin manifests1
{
"name": "tmcra-local-memory",
"version": "0.1.1",
"description": "Automatic cross-session and cross-tool project memory for Codex through the owner-local TMCRA runtime.",
"author": {
"name": "Yu Haoxin",
"url": "https://github.com/reshuibuduo"
},
"homepage": "https://github.com/reshuibuduo/TMCRA-Codex-Memory#readme",
"repository": "https://github.com/reshuibuduo/TMCRA-Codex-Memory",
"license": "Apache-2.0",
"keywords": [
"agent-memory",
"codex",
"cross-session",
"cross-tool",
"local-first"
],
"skills": "./skills/",
"interface": {
"displayName": "TMCRA Local Memory",
"shortDescription": "Continue project work across Codex sessions and supported agent tools.",
"longDescription": "Recalls owner-global and current-project evidence before each Codex response, then stores user and assistant messages as separate source-attributed records in the owner-local TMCRA runtime.",
"developerName": "Yu Haoxin / TMCRA",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Automation"
],
"websiteURL": "https://tmcra.com",
"privacyPolicyURL": "https://tmcra.com/privacy",
"termsOfServiceURL": "https://tmcra.com/terms",
"defaultPrompt": [
"Check whether TMCRA local memory is connected for this project.",
"Explain which TMCRA scopes are active in this Codex session.",
"Help me continue the last recorded work in this project."
],
"brandColor": "#181A1F",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"screenshots": [
"./assets/overview.png"
]
}
}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-local-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tmcra-local-memory)