mcp_engram_import
Import memories from a JSON array of concept-text objects to restore backups or ingest bulk data. Each memory is injected as a native HolographicBlock.
Instructions
BEHAVIOR: Deserializes a JSON array and injects the extracted concepts and texts into the active manifold as native HolographicBlocks. USAGE: Call this to restore a previous backup created by mcp_engram_export, or to ingest bulk data formatted as an array of {concept, text} objects. OUTPUT: A success message detailing how many memories were imported and written to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string: array of {concept, text} objects |