返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

mcp-memory-recall

回忆并重用先前的决策、约束和工件,使用MCP记忆(例如,Neo4j)。当用户引用过去的工作(如“像上次一样”,“继续”),恢复项目线程,或重复的话题表明已有决策时使用。

person作者: jakexiaohubgithub

mcp-memory-recall

Activation gate (anti-noise)

Only run memory recall if at least one is true:

  • User explicitly references past work (“jak ostatnio”, “wróćmy do…”, “kontynuuj”).
  • The task is multi-step/refactor/migration where prior decisions materially affect correctness.
  • The user asks to “remember/check what we decided”.

Do NOT run for:

  • Single-shot Q&A, simple command request, or isolated conceptual question.

Procedure

  1. Query memory for: last relevant project node, decisions, constraints, open TODOs, and “lessons learned”.
  2. Extract only the minimum set needed to answer.
  3. If conflicts exist (new user constraints vs memory), prefer latest user instruction and mark memory as stale.
  4. In output, reference memory-derived constraints as “previously decided” (no verbose dump).

Output

  • Short: “What I found” (key constraints/decisions) + “How it affects this task” + next action.

Failure handling

  • If MCP memory is unavailable: proceed without it and mark as UNCERTAIN + suggest fastest way to verify (open MCP, rerun).