mcp_engram_export
Export active memory as a portable JSON array for backup or migration.
Instructions
BEHAVIOR: Serializes the current active memory manifold (or a subset filtered by minimum CRS) into a portable JSON array. BLOCKED in ENGRAM_PROFILE=agent — use mcp_engram_scrub_export for training-safe block-isomorphic export. USAGE: Backup/migrate in deep|dev|ui profiles only. OUTPUT: JSON array of {concept, text, crs} — geometry degraded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_crs | No | Only export memories with CRS >= this value (default: 0.0 = all) |