npx claudepluginhub ScottRBK/context-hub-pluginPlugin for the forgetful Agentic AI memory mcp solution
Unified context retrieval from Forgetful Memory, Context7 docs, and Serena symbol analysis
Unified context retrieval for Claude Code - orchestrates Forgetful Memory, Context7 documentation, and Serena symbol analysis into a single context-gathering workflow.
claude plugins install context-hub-plugin --marketplace forgetful-plugins
Or install from local path:
claude plugins install /path/to/context-hub-plugin
Context Hub requires these plugins to be installed:
/encode-repo-serena)claude plugins install serena
/context_gather)claude plugins install context7 --marketplace pleaseai/claude-code-plugins
Run the setup command to configure Forgetful MCP and verify prerequisites:
/context-hub-setup
This will:
Context Hub includes auto-discovered skills that guide Claude on effective tool usage:
| Skill | Description |
|---|---|
using-forgetful-memory | When/how to query and create memories, atomic memory principles, importance scoring |
curating-memories | Updating, linking, and marking memories obsolete |
exploring-knowledge-graph | Deep traversal across memories, entities, and relationships |
| Skill | Description |
|---|---|
using-serena-symbols | When to use Serena vs grep, symbol path notation, core tools |
serena-code-architecture | Multi-phase architectural analysis workflow with Forgetful integration |
Skills are automatically invoked by Claude when relevant to your task. They include:
| Command | Description | Prerequisites |
|---|---|---|
/context_gather <task> | Gather context from all sources | Forgetful, Context7 (recommended) |
/encode-repo-serena | Bootstrap repository into Forgetful using symbol analysis | Forgetful, Serena |
| Command | Description | Prerequisites |
|---|---|---|
/memory-search <query> | Search memories semantically | Forgetful |
/memory-list [count] | List recent memories | Forgetful |
/memory-save | Save current context as atomic memory | Forgetful |
/memory-explore <query> | Deep knowledge graph traversal | Forgetful |
| Command | Description |
|---|---|
/context-hub-setup | Configure Forgetful MCP and check plugin prerequisites |
The main command orchestrates multiple sources:
Returns a synthesized summary with:
Uses Serena's LSP-powered analysis for accurate repo encoding:
Stores findings as atomic memories in Forgetful for future retrieval.
# Before implementing a feature
/context_gather implement OAuth2 authentication for the API
# Bootstrap a new project into the knowledge base
/encode-repo-serena
# Quick memory search
/memory-search authentication patterns
# Save an important decision
/memory-save
context-hub-plugin (self-contained)
├── skills/
│ ├── using-forgetful-memory/ ─── Memory usage + Tool Reference
│ ├── curating-memories/ ─── Memory maintenance
│ ├── exploring-knowledge-graph/ ─ Graph traversal
│ ├── using-serena-symbols/ ─── Symbol analysis guidance
│ └── serena-code-architecture/ ── Architecture workflows
├── commands/
│ ├── context_gather.md ─── Multi-source context retrieval
│ ├── encode-repo-serena.md ─── Repository encoding
│ └── memory-*.md ─── Memory management
└── Integrations
├── Forgetful (MCP) ─── Semantic memory storage
├── Serena (Plugin) ─── Symbol-level code analysis
└── Context7 (Plugin) ─── Framework documentation
Note: Context Hub is self-contained - you don't need to install forgetful-plugin separately. All Forgetful skills are included.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.