save_memory
Store key-value pairs in persistent memory to save user preferences, project decisions, and session context for future use.
Instructions
Save a key-value pair to persistent memory. Use this to remember user preferences, project decisions, or important context across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key for this memory | |
| value | Yes | Value to store | |
| project | No | Optional project scope for organizing memories |