claude-supermemory banner
supermemoryai supermemoryai

claude-supermemory

Development community intermediate

Description

> **✨ Requires [Supermemory Pro or above](https://app.supermemory.ai/?view=integrations)** - Unlock the state of the art memory for your Claude code.

Installation

Terminal
claude install-skill https://github.com/supermemoryai/claude-supermemory

README

Claude-Supermemory

**✨ Requires [Supermemory Pro or above](https://app.supermemory.ai/?view=integrations)** - 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](https://supermemory.ai). Your agent remembers what you worked on - across sessions, across projects.

Features

    undefined

Installation

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

Set your API key (get one at [app.supermemory.ai](https://app.supermemory.ai)):

export SUPERMEMORY_CC_API_KEY="sm_..."

How It Works

    undefined

Commands

Command Description
/claude-supermemory:index Index codebase architecture and patterns
/claude-supermemory:project-config Configure project-level settings
/claude-supermemory:logout Clear 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"]
}

| Option | Description |

...