mcp_engram_import
Deserialize a JSON array of {concept, text} objects to restore a previous backup or ingest bulk data into the active manifold as HolographicBlocks.
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 |