Enables AI agents to store, retrieve, and self-improve procedural memories (lessons learned) based on relevance to the current task, pruning unused memories to reduce context load and prevent repetition of past mistakes.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.RECALL_FAST— unset Skip the embedding import (pure BM25); used on the hook hot path.RECALL_PREFLIGHT_FLOOR— 0 Minimum score for a preflight check (the overlap gate does the real filtering).RECALL_OVERLAP_MIN— 2 Distinctive terms a task must share with a guardrail before it fires.RECALL_MEMORY_ROOT— /path/to/your/agent/repo python mcp_server.py # as a stdio MCP serverRECALL_LEARNED_PATH— root>/harness-memory/learned.json Where runtime lessons are stored.[](https://m8ven.ai/mcp/ashleyevz89-hue-recall-memory-mcp-1lyqds)