---
slug: "forgetful-plugin"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/ScottRBK/forgetful-plugin@main/README.md"
repo: "https://github.com/ScottRBK/forgetful-plugin"
source_file: "README.md"
branch: "main"
---
![Forgetful Claude Code Plugin](https://github.com/ScottRBK/forgetful-plugin/raw/HEAD/docs/images/hero_banner.png)

This plugin integrates [Forgetful AI Memory](https://github.com/ScottRBK/forgetful) with Claude Code - a semantic memory system using Zettelkasten principles.

## Quick Start - Inside of Claude Code Session

1. Install the plugin:
```bash
/plugin marketplace add ScottRBK/forgetful-plugin
/plugin install forgetful-plugin@forgetful-plugin
```

2. Run setup:
```bash
/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](https://github.com/ScottRBK/forgetful/blob/main/docs/configuration.md) 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](https://github.com/ScottRBK/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.
