memory
Save, search, and delete project context or decisions across sessions using semantic memory. Store notes or decisions, find them by similarity, and clean up by ID, tags, or type.
Instructions
Persist and retrieve project context across sessions. Use action='store' to save a decision/note, action='search' to find memories by semantic similarity, action='delete' to clean up by ID, tags, or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live for action='store': 'permanent', 'month', 'week', 'day', 'session' | permanent |
| tags | No | Comma-separated tags (all actions) | |
| limit | No | Max results (action='search', default 5) | |
| query | No | Natural language search query (action='search') | |
| action | Yes | 'store' (was remember), 'search' (was recall), or 'delete' (was forget) | |
| content | No | Memory content to store (action='store') | |
| project | No | Project name for scoping (action='store') | default |
| memory_id | No | Specific memory ID to delete (action='delete') | |
| memory_type | No | Type/filter, e.g. 'note', 'decision' (store: type; search/delete: filter) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||