mcp_engram_export
Export active memory manifold as a portable JSON array for backup or migration. Optionally filter memories by minimum CRS value; output contains concept, text, and crs entries.
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) |