| name | remember |
| description | Save a code snippet or piece of knowledge to the note store. Use when the user asks to remember, save, or store something for later. |
Save a code snippet or piece of knowledge to the note store.
$ARGUMENTS describes what to remember. It can be a function name, a concept, a piece of code in the current project, or general knowledge.
- Find or compose the content to save. If it references code in the project, read it first.
- Pick a short descriptive title and a one-line description.
- Choose appropriate tags (1-3) and a type (
knowledge, snippet, or file).
- Use the
notes_create MCP tool to save it.
If $ARGUMENTS is empty, ask the user what to remember.