mcp_engram_forget_old
Evict stale, non-pinned memories below a CRS threshold to reduce memory load after project phases or when the manifold grows large. Use older_than_days to target memories not recently accessed.
Instructions
Manually trigger autophagy: evict all non-pinned memories below a CRS threshold. WHEN TO USE: After a long project phase ends, after distill runs, or when the manifold is growing too large. Start conservative (min_crs_threshold=0.3) and increase if needed. Pinned blocks (CRS=1.0) are ALWAYS exempt and will never be evicted. Use older_than_days to target stale memories while preserving recently-accessed ones. Preview what would be evicted with mcp_engram_stats first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| older_than_days | No | If set, only evict memories not accessed in this many days | |
| min_crs_threshold | No | Evict memories with CRS below this value (default: 0.2) |