kagura-memory
v0.70.0Kagura Memory Cloud workflows for Codex session restore, recall, remember, and setup
By Kagura AI, Inc.License: MIT11 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 kagura-memory for Codex
codex plugin marketplace add kagura-ai/memory-cloud
codex plugin marketplace upgrade kagura-memory-cloud
codex plugin add kagura-memory@kagura-memory-cloudPaste and run these commands in a terminal with Codex. They add and refresh the kagura-memory-cloud catalog, then install this plugin.
Compatibility: the page URL and API slug “kagura-memory-2” remain stable.
- Codex:
kagura-memory-2@agent-plugin-marketplace→kagura-memory@kagura-memory-cloud
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/kagura-ai/memory-cloudClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kagura-memory/.
Plugin files
├── .codex-plugin/plugin.json└── skills/kagura-memory/SKILL.md
Included Skills1
Use Kagura Memory Cloud from Codex for long-term project memory. Trigger when the user asks to start or restore a session, recall past decisions or bug fixes, save session knowledge, remember a decision or troubleshooting note, inspect memory contexts, or verify the kagura-memory MCP connection.
Plugin manifests1
{
"name": "kagura-memory",
"version": "0.70.0",
"description": "Kagura Memory Cloud workflows for Codex session restore, recall, remember, and setup",
"author": {
"name": "Kagura AI, Inc.",
"url": "https://github.com/kagura-ai"
},
"homepage": "https://github.com/kagura-ai/memory-cloud",
"repository": "https://github.com/kagura-ai/memory-cloud",
"license": "MIT",
"keywords": [
"memory",
"mcp",
"ai-memory",
"session-management",
"knowledge-base"
],
"skills": "./skills/",
"interface": {
"displayName": "Kagura Memory",
"shortDescription": "Restore context and save durable project knowledge from Codex.",
"longDescription": "Kagura Memory Cloud adds persistent project memory workflows to Codex. Use it to restore session context, recall past decisions and fixes, save reusable knowledge, inspect setup, and smoke-test the MCP connection.",
"developerName": "Kagura AI, Inc.",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://github.com/kagura-ai/memory-cloud",
"brandColor": "#DC2626",
"logo": "./assets/kagura-icon.svg",
"composerIcon": "./assets/kagura-icon.svg",
"defaultPrompt": [
"Restore my Kagura Memory session context.",
"Recall prior decisions about this repository.",
"Save this decision to Kagura Memory."
]
}
}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.
[kagura-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kagura-memory-2)