mcp-neo4j-memory-ops
When to use (beyond recall)
- •User requests “zapisz do pamięci” / “zaktualizuj wspomnienia”.
- •Need relationship-aware retrieval: “jak to się łączy z X”, “co już robiliśmy podobnego”.
Procedure
- •Retrieve candidate existing nodes (fuzzy match).
- •Merge if similar; avoid duplicates.
- •Add explicit relations:
- •PROJECT → DECISION
- •DECISION → CONSTRAINT
- •TOOL → WORKFLOW
- •Store “confidence” and “last_updated”.
Output
- •What nodes/edges changed + short rationale.