ClaudeMod
Back to browse
Plugins

Claude Supermemory

supermemoryai's persistent memory plugin for Claude Code — automatically indexes your codebases, conversations, and notes for semantic search across all sessions.

Supermemory AI2,463 starsAdded 1 months ago

Claude-Supermemory

image (6)

✨ Requires Supermemory Pro or above - Unlock the state of the art memory for your Claude code.

A Claude Code plugin that gives your AI persistent memory across sessions using Supermemory. Your agent remembers what you worked on - across sessions, across projects.

Features

  • Team Memory — Project knowledge shared across your team, separate from personal memories
  • Auto Capture — Conversations saved when session ends
  • Project Config — Per-repo settings, API keys, and container tags

Installation

/plugin marketplace add supermemoryai/claude-supermemory
/plugin install claude-supermemory

Set your API key (get one at app.supermemory.ai):

export SUPERMEMORY_CC_API_KEY="sm_..."

How It Works

  • super-search — Ask about past work or previous sessions, Claude searches your memories
  • super-save — Ask to save something important, Claude saves it for the team

Commands

CommandDescription
/claude-supermemory:indexIndex codebase architecture and patterns
/claude-supermemory:project-configConfigure project-level settings
/claude-supermemory:logoutClear saved credentials

Configuration

Environment

SUPERMEMORY_CC_API_KEY=sm_...    # Required
SUPERMEMORY_DEBUG=true           # Optional: enable debug logging

Global Settings~/.supermemory-claude/settings.json

{
  "maxProfileItems": 5,
  "signalExtraction": true,
  "signalKeywords": ["remember", "architecture", "decision", "bug", "fix"],
  "signalTurnsBefore": 3,
  "includeTools": ["Edit", "Write"]
}
OptionDescription
maxProfileItemsMax memories in context (default: 5)
signalExtractionOnly capture important turns (default: false)
signalKeywordsKeywords that trigger capture
signalTurnsBeforeContext turns before signal (default: 3)
includeToolsTools to explicitly capture

Project Config.claude/.supermemory-claude/config.json

Per-repo overrides. Run /claude-supermemory:project-config or create manually:

{
  "apiKey": "sm_...",
  "repoContainerTag": "my-team-project",
  "signalExtraction": true
}
OptionDescription
apiKeyProject-specific API key
personalContainerTagOverride personal container
repoContainerTagOverride team container tag

License

MIT

More Plugins

Plugins

claude-status

Minimalist CLI status line showing real-time token usage and costs for the current session and week.

status-lineclimonitoring+1
by rockia
GitHub
Plugins

cship

Beautiful, blazing-fast, customizable status line for Claude Code with full Starship pass-through.

status-lineclistarship+2
by stephenleo
GitHub
Plugins

claudeline

Customizable status line for Claude Code featuring git integration, cost tracking, and theming.

status-linecligit+2
by Luca Silverentand
GitHub

Command Palette

Search for a command to run...