← Back to list

mcp-neo4j-memory-ops
by janjaszczak
Cursor configuration and MCP setup
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: mcp-neo4j-memory-ops description: Use Neo4j memory MCP for creating/updating linked memories (entities, relations), de-duplication (DRY), and retrieval queries for project continuity. Use when saving global learnings or querying graph relationships. compatibility: Requires Neo4j MCP memory server configured; credentials available in MCP config. allowed-tools: MCP(*)
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.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon