mcp_engram_query_with_momentum
Find actively evolving concepts by blending semantic similarity with conceptual trajectory. Use to track changes over time, like 'what has been changing in the auth system?' instead of static matches.
Instructions
Momentum-assisted recall: blends semantic similarity (q tensor, 80%) with conceptual trajectory (p tensor, 20%). WHEN TO USE INSTEAD OF recall: When you want to find concepts that are actively changing or evolving, not just ones that statically match your query right now. Example: use this when asking 'what has been changing in the auth system?' because momentum detects blocks whose p tensor is accelerating toward your query topic. Use regular recall when you want stable, crystallized knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of results to return (default: 5, max: 20) | |
| query | Yes | Natural language query |