mcp_engram_forget_old
Evict stale, unpinned memories by CRS threshold or age to trim growing memory manifold. Pinned memories are protected. Use after project phases to consolidate.
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 |
|---|---|---|---|
| min_crs_threshold | No | Evict memories with CRS below this value (default: 0.2) | |
| older_than_days | No | If set, only evict memories not accessed in this many days |