Best for
- AI integrations needing multi-model data support
- Developers who want to query and manage databases directly from AI assistants
- Applications using ArcadeDB as their backend database
ArcadeDB MCP Server is a built-in database MCP server suitable for AI applications needing integration with a multi-model database. It offers comprehensive data model support but requires users to have basic knowledge of ArcadeDB. Setup requires Docker and appropriate client configuration.
ArcadeDB is a high-performance multi-model DBMS supporting graph, document, key-value, search engine, time-series, and vector embeddings. This MCP server is a built-in component of ArcadeDB, enabling AI assistants and LLMs to interact with ArcadeDB via the Model Context Protocol (MCP) for querying and managing databases. It is licensed under Apache 2.0 and maintained by the ArcadeDB team.
docker run --rm -p 2480:2480 -p 2424:2424 arcadedata/arcadedb:26.3.1 (note: this starts the ArcadeDB server; the MCP server is built-in).docker run with appropriate arguments.