mnemos_store
Store memories with categories, tags, and searchable content for AI coding agents to retain information across sessions.
Instructions
Store a new memory in Mnemos
Input Schema
TableJSON 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 |