brain_remember
Save durable, searchable memories for decisions, facts, preferences, and lessons. Indexes immediately, persists across sessions, and is recallable from any MCP host.
Instructions
Store a durable memory (decision, fact, preference, lesson learned) into the shared knowledge base. Behavior: writes a markdown note with frontmatter tags into the memories directory and indexes it immediately, so it is searchable within the same call. Memories persist across sessions and are shared by every MCP host that mounts loci — write from one IDE, recall from any other with brain_search or brain_ask. Usage: use for decisions, facts, preferences and lessons worth recording; do not use for ephemeral chit-chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | optional extra tags (a 'memory' tag is always added) | |
| text | Yes | what to remember (plain text) | |
| title | No | short title; defaults to first line |