Persistent memory for Claude Code using Membase. This plugin adds Membase recall, save, and wiki workflows while storing data in Membase Cloud.
claude plugin marketplace add aristoapp/claude-membase
claude plugin install membase@membase-pluginsThen run:
/membase:login
Claude Code
-> Membase plugin
-> Membase Cloud
The plugin runs locally with Claude Code. It does not store a local memory database. Memories and wiki documents are saved to your Membase account.
Auto-capture is opt-in during /membase:login. Wiki capture stores the
user/assistant conversation transcript as original source material in Membase
Wiki, not as extracted memory. Captures redact secrets, .env values, private
key blocks, and content wrapped in <private> or <membase-private>.
Session start context is controlled by the sessionStartContext plugin setting:
minimal injects connection/project status and routing guidance, profile also
injects the Membase profile settings payload, and off disables session-start
context injection. Recent memories are not injected at session start; use
membase://recent only when latest/recent context is explicitly needed.
bun install
bun run check
bun run verifyFor local dogfood:
claude plugin marketplace add .
claude plugin install membase@membase-plugins