スキル一覧に戻る
janjaszczak

mcp-neo4j-memory-ops

by janjaszczak

Cursor configuration and MCP setup

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

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

  1. Retrieve candidate existing nodes (fuzzy match).
  2. Merge if similar; avoid duplicates.
  3. Add explicit relations:
    • PROJECT → DECISION
    • DECISION → CONSTRAINT
    • TOOL → WORKFLOW
  4. Store “confidence” and “last_updated”.

Output

  • What nodes/edges changed + short rationale.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です