mnemos_store
Store a new memory entry with category, content, tags, and type for persistent retrieval across AI coding sessions.
Instructions
Store a new memory in Mnemos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Memory category | |
| content | Yes | Memory content (1 byte to 100KB) | |
| project_id | No | Project scope | |
| source | No | Source identifier | |
| summary | No | Optional summary | |
| tags | No | Comma-separated tags | |
| type | No | Memory type: short_term|long_term|episodic|semantic|skill|compiled |