mcp_engram_batch_remember
Store multiple memories at once using an array of concept-text pairs. Reduces latency by batching entries into a single call instead of individual remember() operations.
Instructions
Store multiple memories in a single call. Faster than calling remember() N times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Array of {concept, text} objects to store |