ArangoDB vs Neo4j
ArangoDB vs Neo4j: side-by-side comparison of two knowledge-graph platforms systems — architecture, taxonomy, license, pricing, MCP/A2A support, and direct edges.
Cost & capability
| ArangoDB | Neo4j | |
|---|---|---|
| Cost tier | mid | free |
| $/Mtok input | — | 0 |
| $/Mtok output | — | 0 |
Where they differ (10)
Rows where both sides have data and the values disagree — the shortlist of dimensions that actually distinguish these two systems.
| ArangoDB | Neo4j | |
|---|---|---|
| Cost tier | mid | free |
| Type | Multi-model: graph + doc + KV + vector | Property graph + vectors + Aura Agent |
| Created | 2014 | 2024-12 |
| Pricing | Pay-per-use | Free + paid |
| Funding | Series B · 2021-10 | $325M total $2.0B val Series F · 2021-06 |
| Backend storage | custom (RocksDB-backed multi-model) | custom (native graph store) |
| API surface | REST (HTTP), SDK: many | Bolt, REST, GraphQL, Cypher, SDK: many |
| Multi-tenancy | hard-isolation | AuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported |
| MCP | no first-party MCP adapter published as of 2026-05; community connectors may exist. | via official adapter — neo4j-mcp |
| OpenTelemetry | first-class | first-class — Neo4j metrics + OTel |
At a glance
| ArangoDB | Neo4j | |
|---|---|---|
| Section | Knowledge-graph platforms | Knowledge-graph platforms |
| Tier | T1 | T1 |
| Type | Multi-model: graph + doc + KV + vector | Property graph + vectors + Aura Agent |
| Created | 2014 | 2024-12 |
| Latest release | — | mcp-neo4j-cyphe… 2026-04-10 |
| License | — | MIT |
| GitHub | — | 944★ +15/mo Python |
| Pricing | Pay-per-use | Free + paid |
| Funding | Series B · 2021-10 | $325M total $2.0B val Series F · 2021-06 |
| Backend storage | custom (RocksDB-backed multi-model) | custom (native graph store) |
| Deployment | Both | Both |
| API surface | REST (HTTP), SDK: many | Bolt, REST, GraphQL, Cypher, SDK: many |
| Embedding | BYO | BYO |
| Multi-tenancy | hard-isolation | AuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported |
| MCP | no first-party MCP adapter published as of 2026-05; community connectors may exist. | via official adapter — neo4j-mcp |
| A2A | no Google A2A (Agent2Agent) integration documented as of 2026-05. | no Google A2A (Agent2Agent) integration documented as of 2026-05. |
| OpenTelemetry | first-class | first-class — Neo4j metrics + OTel |
| Optimised for | relationship modeling + reasoning + governance over pure vector | relationship modeling + reasoning + governance over pure vector |
| Anti-fit | not for purely-vector or simple-RAG use cases (graph adds setup cost) | not for purely-vector or simple-RAG use cases (graph adds setup cost) |
Taxonomy
| Axis | ArangoDB | Neo4j |
|---|---|---|
| storage | graph | graph |
| retrieval | graph-traversal | graph-traversal |
| persistence | long-term | long-term |
| update | overwrite | overwrite |
| unit | fact | fact |
| governance | inspectable | inspectable |
| conflict | overwrite | overwrite |
Pros & cons
ArangoDB
Pros: Multi-model (graph + document + KV) in one engine — useful when memory crosses paradigms without managing multiple databases.
Cons: Multi-model adds complexity vs single-purpose engines; smaller community than Neo4j or MongoDB.
Neo4j
Pros: Largest graph database community by orders of magnitude; Cypher is the de-facto graph query language; strong native AI/RAG integrations.
Cons: Property-graph model can be awkward for RDF/semantic-web workloads; clustering and scale-out can get expensive.