forgetful-plugin

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Forgetful Claude Code Plugin

This plugin integrates Forgetful AI Memory with Claude Code - a semantic memory system using Zettelkasten principles.

Quick Start - Inside of Claude Code Session

  1. Install the plugin:
/plugin marketplace add ScottRBK/forgetful-plugin
/plugin install forgetful-plugin@forgetful-plugin
  1. 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 schemas
  • curating-memories - Workflows for updating, linking, and marking memories obsolete
  • exploring-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.