By remember-md
Capture and organize conversational knowledge from Claude Code sessions into a structured Second Brain knowledge base, with automatic entity extraction, wiki-linked classification, and queryable retrieval via MCP.
Ask a natural-language question of your second brain. The AI reformulates as optimal search queries, calls the `mcp__remember__search_brain` tool, and synthesizes an answer with citations.
Evolve the brain — consolidate entities, reflect on beliefs, promote top beliefs to Persona. Run weekly or on demand.
Initialize Remember Second Brain structure and configuration
Process unprocessed Claude Code sessions into your Second Brain
Capture knowledge to your Second Brain when triggered by "remember this", "save this", or "brain dump"
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Your AI tools have memory. But memory is not a brain.
Remember.md is a second brain plugin for OpenClaw and Claude Code. It organizes decisions, people, projects, and tasks from your AI sessions — past and future — into a structured, Obsidian-compatible knowledge base that travels with you across tools.
Free. Local. Open source. Portable.
Every AI tool now has memory — flat notes you can't search, browse, or take with you. Remember builds something different: a structured second brain with people, projects, decisions, and tasks connected via wikilinks.
| Built-in memory | Remember.md | |
|---|---|---|
| Structure | Flat key-value pairs | People, Projects, Notes, Tasks, Journal |
| Connections | None | [[wikilinks]] across all files |
| Browsable | No | Obsidian vault with graph view |
| Portable | Locked to one tool | One brain, every AI tool |
| Past sessions | No | Process months of history retroactively |
| Your patterns | No | Persona.md learns your code style |
openclaw plugins install @remember-md/remember
/remember:init
Run these from your terminal (not from inside Claude Code):
claude plugin marketplace add remember-md/marketplace
claude plugin install remember@remember-md
Then start Claude Code and run /remember:init to create your second brain structure and configure permissions.
Important — use the terminal, not the
/pluginslash command. An unrelated plugin also namedrememberexists in the defaultclaude-plugins-officialmarketplace. The/plugin install remember@remember-mdslash command currently ignores the@remember-mdqualifier and installs the wrong one. The terminal command (claude plugin install remember@remember-md) honors the marketplace and installs correctly. If you already got the wrong one, remove it withclaude plugin uninstall remember@claude-plugins-official.
~/remember/
├── REMEMBER.md # Your custom rules (you edit this)
├── Persona.md # Your patterns + Top Beliefs (AI auto-manages)
├── People/ # One note per person (type: observation)
├── Projects/ # Active work with logs and tasks
├── Notes/ # World-facts, decisions, beliefs (typed)
├── Journal/ # Daily notes (YYYY-MM-DD.md)
├── Tasks/ # Focus + Next Up priorities
├── Areas/ # Ongoing responsibilities
├── Resources/ # Links, articles, references
├── Inbox/ # Quick capture
├── Templates/ # Note templates
└── Archive/ # Completed projects
All files use YAML frontmatter + [[wikilinks]] — Obsidian-native, browsable in any markdown editor.
Plugin state (audit log, thresholds) lives at ~/.local/state/remember/ — outside the brain, never touched by Obsidian.
| Command | What it does |
|---|---|
/remember:init | Initialize your second brain structure + auto-configure MCP search (run once) |
remember this: ... | Instant capture — routes to the right place automatically |
/remember:ask <question> | Ask the brain. AI reformulates as an optimal search query, calls the MCP search_brain tool, and answers with citations. Requires the @remember-md/mcp server (auto-configured by /remember:init). |
/remember:status | Show brain stats — file counts, freshness, top beliefs |
/remember:process | Optional. Extract knowledge from past AI sessions into your brain |
/remember:evolve | Periodic (weekly recommended). LLM-driven brain evolution — entity profile synthesis, belief confidence re-scoring, stale detection. Schedule via /loop 7d /remember:evolve |
Run /remember:process and recover months of lost knowledge from past OpenClaw and Claude Code sessions:
Found 47 unprocessed sessions.
✓ Extracted People/sarah-chen.md
✓ Extracted Notes/decision-database.md
✓ Created 12 journal entries
✓ Updated Tasks/tasks.md (+8 tasks)
✓ Updated Persona.md (learned your patterns)
Say "remember this: met with Sarah, decided to use Postgres for ACID compliance" and Remember routes it:
People/sarah.mdNotes/decision-database.mdTasks/tasks.mdPersona.md evolves with you — code style, naming conventions, review preferences, communication patterns. Loaded automatically every OpenClaw and Claude Code session so your AI knows how you work.
Captured facts aren't static. The brain has three layers and an epistemic schema (type / freshness / confidence / evidence) that lets it grow:
npx claudepluginhub remember-md/rememberAutomatic Claude Code -> Obsidian second brain: zero-config session capture, hybrid search, autonomous recall, daily/lessons/preferences.
Personal knowledge management with brain CLI - capture notes, manage todos, auto-sync, and search your second brain
Personal AI Infrastructure — persistent memory, session continuity, and knowledge graph for Claude Code
Pure filesystem-based memory system for Claude Code with custom ontology support
The bridge between Claude's working memory and Basic Memory's durable knowledge graph — session briefings, pre-compaction checkpoints, and capture reflexes
Persistent memory across Claude Code sessions using Cognis