memforks
v0.2.0On-chain, branch-aware memory DAG for Codex. MemForks anchors decisions to Sui and proposes cross-branch merges — memory storage is handled by the MemWal MCP server.
By MemForksLicense: Apache-2.0104 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 28, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add memforks@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/memforks-dev/memforksClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/plugins/memforks/.
Plugin files
├── .codex-plugin/plugin.json├── skills/memforks-status/SKILL.md├── skills/memory-commit/SKILL.md├── skills/memory-fork/SKILL.md└── skills/memory-recall/SKILL.md
Included Skills4
Show MemForks on-chain status: branch DAG, open merge proposals, recent commits. Use when the user asks about memory status, proposals, or the commit log. Also use when committing decisions or proposing a merge.
Commit facts to the MemForks memory DAG using memfork commit --facts. Use whenever the user says "remember that", "commit this", "save that", "note that", "don't forget", or any phrasing that asks you to persist a decision, convention, or finding for future sessions.
Fork agent memory into parallel branches to explore competing hypotheses. Use whenever a task has two or more genuinely competing approaches worth testing in isolation — whether the user names them explicitly ("explore both", "compare A vs B") OR asks an open decision question (e.g. "what's the fastest way to X?") where you can identify two credible, mutually-exclusive solutions.
Recall relevant memory for the current task using the MemWal MCP tool. Use when the user asks about prior decisions, past context, or what you remember.
Plugin manifests1
{
"name": "memforks",
"version": "0.2.0",
"description": "On-chain, branch-aware memory DAG for Codex. MemForks anchors decisions to Sui and proposes cross-branch merges — memory storage is handled by the MemWal MCP server.",
"author": {
"name": "MemForks",
"email": "[email protected]"
},
"homepage": "https://github.com/memforks-dev/memforks",
"repository": "https://github.com/memforks-dev/memforks",
"license": "Apache-2.0",
"keywords": [
"memory",
"sui",
"blockchain",
"provenance",
"branching",
"codex",
"agent-memory",
"memwal"
],
"skills": "./skills/",
"interface": {
"displayName": "MemForks",
"shortDescription": "On-chain, branch-aware memory DAG",
"longDescription": "MemForks gives Codex a tamper-proof, branch-synced memory DAG anchored on Sui. Memory recall and storage are handled natively by the MemWal MCP server. MemForks adds the version-control layer: immutable on-chain commits, Git branch-scoped history, and conflict-free cross-branch merges via an on-chain resolver.",
"developerName": "MemForks",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/memforks-dev/memforks",
"privacyPolicyURL": "https://github.com/memforks-dev/memforks",
"termsOfServiceURL": "https://github.com/memforks-dev/memforks/blob/main/LICENSE",
"defaultPrompt": [
"Recall any relevant context for this branch",
"Show my MemForks memory status",
"Commit the decisions we made today"
],
"brandColor": "#1f9d72",
"screenshots": []
}
}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.
[memforks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/memforks)