mcp_engram_export
Export the active memory manifold as a portable JSON array for backup, migration, or synchronization. Filter by minimum CRS threshold.
Instructions
BEHAVIOR: Serializes the current active memory manifold (or a subset filtered by minimum CRS) into a portable JSON array. USAGE: Call this when you need to backup the project's knowledge base, migrate data to another machine, or synchronize states. OUTPUT: A serialized JSON string containing all matching blocks with their concept identifiers and text payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_crs | No | Only export memories with CRS >= this value (default: 0.0 = all) |