Multi Model DBMS Built for Extreme Performance

Multi Model DBMS Built for Extreme Performance
ArcadeDB is a Multi-Model DBMS created by Luca Garulli, the same founder of OrientDB, after SAP's acquisition. Written from scratch with a brand-new engine made of Alien Technology, ArcadeDB is able to crunch millions of records per second on common hardware with minimal resource usage. ArcadeDB reuses OrientDB's SQL engine (heavily modified) and some utility classes. It's written in LLJ: Low Level Java - still Java21+ but only using low level APIs to leverage advanced mechanical sympathy techniques and reduce Garbage Collector pressure. Highly optimized for extreme performance, it runs from a Raspberry Pi to multiple servers on the cloud.
ArcadeDB is fully transactional DBMS with support for ACID transactions, structured and unstructured data, native graph engine (no joins but links between records), full-text indexing, geospatial querying, and advanced security.
ArcadeDB supports the following models:
- Graph Database (compatible with Neo
Tools (2)
queryExecute a database query against the ArcadeDB instancelist_databasesList all available databases in the instanceEnvironment Variables
ARCADEDB_URLrequiredThe connection URL for the ArcadeDB instanceARCADEDB_USERUsername for authenticationARCADEDB_PASSWORDPassword for authenticationConfiguration
{"mcpServers": {"arcadedb": {"command": "npx", "args": ["-y", "@arcadedata/mcp-server"]}}}