memory_save_memory
Save any piece of information to long-term memory for future retrieval, useful for remembering user preferences, project context, technical decisions, and key events.
Instructions
Save a piece of information to long-term memory. Use this to remember user preferences, project context, technical decisions, conversations, or important events for future reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The information to remember. Be specific and descriptive. | |
| category | Yes | Category of the memory for organized retrieval. | |
| metadata | No | Optional key-value metadata (e.g. { project: "DawnMCP", tags: ["auth"] }). |