mcp_engram_pin
Lock a concept in memory by setting its CRS to 1.0, preventing manual eviction. Use for foundational knowledge that must persist indefinitely, like architecture decisions or project rules.
Instructions
Set a concept's CRS to 1.0 and lock it so manual forget_old never evicts it. WHEN TO USE: For foundational knowledge that must survive forever — architecture decisions, user constants, project rules, genesis axioms. Do NOT pin everything: pin only what is genuinely load-bearing. Pinned blocks still support relate/update. Use mcp_engram_forget_old to clean up unpinned blocks below a CRS threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | Concept tag to pin (e.g. 'task_board' or 'system_architecture') |