Automatic CORE memory search and ingest plugin for Claude Code
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install core-memory@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/core-memory.json
Step 2: Install the plugin
/plugin install core-memory@core-memory
A curated collection of Claude Code plugins maintained by RedplanetHQ.
CORE is an open-source AI memory system that gives Claude Code and other coding agents persistent memory across all your sessions. Instead of re-explaining your codebase, architecture decisions, and coding patterns every time, CORE remembers everything.
The Problem: Claude Code forgets everything when you close it. Every session starts from scratch.
The Solution: CORE uses a temporal knowledge graph to remember:
The Result: After a few weeks, Claude Code develops deep understanding of your projects - like a living wiki that actually remembers your context.
š Proven Results: CORE achieved 88.24% accuracy on the LoCoMo benchmark (current state-of-the-art for AI memory systems)
Learn more:
To add this marketplace to your Claude Code installation:
/plugin marketplace add https://github.com/RedPlanetHQ/redplanethq-marketplace.git
After adding the marketplace, you can browse and install plugins from it.
Stop re-explaining your codebase every session.
This plugin connects Claude Code to CORE Memory, giving it persistent memory across all your coding sessions. Claude automatically remembers your architecture, decisions, and patterns.
How it works:
Installation:
/plugin install core-memory@redplanethq
After installing the plugin, restart claude to load the plugin
Authentication:
After restarting the Claude, you need to authenticate with the CORE Memory MCP server:
/mcp
Follow the authentication prompts to connect your CORE Memory account.
Usage:
The plugin automatically searches and stores memories through hooks, but you can also use manual commands:
/core-memory:init
- Initialize CORE memory with comprehensive project context/core-memory:search
- Search CORE memory for specific information/core-memory:ingest
- Manually trigger memory ingest for the current conversationHow it works:
/plugin marketplace add redplanethq/redplanethq-marketplace
/plugin list
/plugin install redplanethq/<plugin-name>
If a plugin requires MCP server authentication (like core-memory), use:
/mcp
Want to contribute a plugin to this marketplace? Plugins should follow the Claude Code plugin structure:
plugin-name/
āāā commands/ # Slash commands
āāā agents/ # Specialized agents
āāā hooks/ # Event hooks
āāā plugin.json # Plugin metadata
See the official Claude Code documentation for more details.
For issues or feature requests, please open an issue in this repository.
Individual plugins may have their own licenses. Please check each plugin's directory for license information.
0.0.13