mcp_engram_summarize
Rehydrate context at session start by retrieving a project-state digest: pinned memories first, then top-N highest-confidence working memories.
Instructions
Return a project-state digest: all pinned memories first, then the top N by CRS score. WHEN TO USE: At the start of a new session when you need to rehydrate context fast. Single call replaces multiple recall queries. Returns pinned blocks (CRS=1.0) first because those are the load-bearing axioms of the project, followed by the highest-confidence working memories. Ideal as a /wake_up replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | How many non-pinned memories to include, sorted by CRS (default: 10) |