Neo4j connection (Aura)
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)
Connects to a managed Neo4j Aura database over its HTTP Query API via fetch, with no driver, session, or connection pool.
When to use: Reach for it when server code needs to execute Cypher queries against the graph store.
Docs
Code
Proof
Machine-readable record: databases-neo4j-connection in mcp/patterns.registry.json.