atlas_memory_bank
Persist important context, decisions, and learnings across sessions. Retrieve them via key, semantic search, or tags.
Instructions
Long-term memory storage across sessions. Store and retrieve important context, decisions, patterns, and learnings. Supports tagging, importance scoring, and semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Unique identifier for the memory (required for store/retrieve) | |
| tags | No | Tags for categorization | |
| limit | No | Maximum results to return (default: 10) | |
| query | No | Search query for semantic search | |
| value | No | Content to store (required for store action) | |
| action | Yes | Action to perform: store new memory, retrieve by key, search by query, list all, or clear memories | |
| context | No | Context about this memory (e.g., project name, file path) | |
| importance | No | Importance rating 1-10 (default: 5) |