mcp-neo4j-memory-ops
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.
More from janjaszczak/cursor
vanilla-web
Build or modify plain HTML/CSS/JavaScript (no framework) using modular ES modules (ESM), SRP, minimal global state, and shippable runnable files with lightweight verification. Use for static pages, small UI widgets, vanilla JS refactors, and quick prototypes without React/Vue/Angular.
105mcp-postman
Use Postman MCP to inspect/maintain collections, environments, and API workflows; generate or validate requests and tests. Use when API verification or collections are the source of truth.
14mcp-github-ops
Use GitHub MCP for issue/PR context, diffs, reviews, and automations. Use when the task references PR/issue numbers, review requests, or requires repo metadata beyond local git.
7mcp-apify
Use Apify Actors for scraping/data acquisition pipelines. Use when data collection from websites is required and needs repeatable runs.
6cross-platform-safety
Ensure commands and paths are safe across Windows + WSL + Docker (PowerShell vs bash, path translation, permissions). Use when instructions touch shell, filesystem, Docker, or OS-specific behavior.
6plan-as-contract
Produce a reviewable, file-referenced implementation plan that acts as a contract before execution. Use for risky ops, architecture changes, migrations, multi-file edits.
5