原始内容

This plugin integrates Forgetful AI Memory with Claude Code - a semantic memory system using Zettelkasten principles.
Quick Start - Inside of Claude Code Session
- Install the plugin:
/plugin marketplace add ScottRBK/forgetful-plugin
/plugin install forgetful-plugin@forgetful-plugin
- Run setup:
/forgetful-setup
The setup command will configure Forgetful MCP in your global ~/.claude.json - this persists across plugin updates.
Standard setup uses uvx forgetful-ai with SQLite storage (zero config, works immediately).
Custom setup guides you through advanced options: remote HTTP server, PostgreSQL, custom embeddings, etc. See Forgetful Configuration for details.
What's Included
Commands:
/forgetful-setup- Configure Forgetful MCP server (run after install)/memory-search- Semantic search across memories/memory-save- Create atomic memories with curation/memory-list- Browse recent memories/memory-explore- Deep knowledge graph traversal/encode-repo- Bootstrap a repository into the knowledge base
Skills:
using-forgetful-memory- Guidance on when to query vs create, atomic memory principles, includes TOOL_REFERENCE.md with all 38 tool schemascurating-memories- Workflows for updating, linking, and marking memories obsoleteexploring-knowledge-graph- Deep graph traversal across memories, entities, and relationships
Related Plugins
context-hub-plugin - An opinionated approach to gathering context for development work, combining Forgetful, Serena, and Context7 MCP servers. If you want a batteries-included context retrieval workflow, check it out.