Graph traversal
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: Databases & Storage · Tier: light · Risk: medium — external managed service (Neo4j Aura)
Runs Cypher traversal queries, such as shortest-path and multi-hop lookups, over the modeled graph.
When to use: Use when a feature needs to walk relationships between entities, like related-to queries or navigation paths.
Docs
Code
Proof
Machine-readable record: databases-graph-traversal in mcp/patterns.registry.json.