janjaszczak/cursor

mcp-neo4j-memory-ops

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.

First seen Feb 21, 2026

Installation

$ npx skills add janjaszczak/cursor --skill mcp-neo4j-memory-ops

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from janjaszczak/cursor · top by installs.

npx skills add janjaszczak/cursor

Browse all from janjaszczak/cursor

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires Neo4j MCP memory server configured; credentials available in MCP config.
Allowed toolsMCP(*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 934 B
  • docs SUMMARY.md 243 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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

  1. Store “confidence” and “last_updated”.

Output

  • What nodes/edges changed + short rationale.