mcp_engram_summarize
Summarize project state by returning all pinned memories first, then top-scoring working memories, to restore context at session start.
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. Also appends a ⬡ system_state_vector health line (CRS, total memory count, active namespace) — updated every 60s by ki_hijacker. 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) |