Persistent semantic memory MCP server for Claude Code — powered by Supabase + pgvector + Ollama.
Replaces keyword search with real semantic similarity so you can query with natural language across sessions.
claude plugin marketplace add rnblanco/supa-brain && claude plugin install supa-brain
Full setup guide (Ollama, Supabase, credentials): plugin/claude-code/README.md
| Tool | Description |
|---|---|
mem_save | Save an observation with semantic embedding |
mem_search | Search by natural language query |
mem_session_summary | Summarize and persist a session |
mem_get_observation | Retrieve observation by ID |
mem_update | Patch an existing observation by ID |
mem_delete | Delete observation by project + topic_key |
mem_context | Get recent sessions and observations (no embedding cost) |
mem_suggest_topic_key | Generate a stable slug for upserts |
mem_capture_passive | Extract learnings from Key Learnings sections |
Create ~/.supa-brain/config.env:
# Supabase Dashboard → Settings → Database → Connection string (URI mode)
DB_URL=postgresql://postgres.YOUR_REF:[email protected]:6543/postgres
# Optional — only needed for the db:migrate command
SUPABASE_URL=https://YOUR_REF.supabase.co
nomic-embed-text modelBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub rnblanco/supa-brain --plugin supa-brainDeja Vu memory layer for AI applications. Add persistent memory, personalization, and semantic search to Claude workflows using the Deja Vu Platform MCP server.
Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.
The bridge between Claude's working memory and Basic Memory's durable knowledge graph — session briefings, pre-compaction checkpoints, and capture reflexes
Use Memind as persistent memory for Claude Code sessions.
Persistent semantic memory for Claude Code — auto-injects relevant context at session start, captures git commits, test results, and research via hooks, and provides 30+ MCP tools for memory management.
Memory compression system for Claude Code - persist context across sessions