mcp-memory-recall

Recall and reuse prior decisions, constraints, and artifacts using MCP memory (e.g., Neo4j). Use when the user references past work (“jak ostatnio”, “kontynuuj”), when resuming a project thread, or when a repeated topic suggests existing decisions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-memory-recall" with this command: npx skills add janjaszczak/cursor/janjaszczak-cursor-mcp-memory-recall

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).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vanilla-web

No summary provided by upstream source.

Repository SourceNeeds Review
General

mcp-postman

No summary provided by upstream source.

Repository SourceNeeds Review
General

keepassxc integration

No summary provided by upstream source.

Repository SourceNeeds Review
General

solid-enforcer

No summary provided by upstream source.

Repository SourceNeeds Review