From 1be05d6911c5aa4eda7a6873400af7d38146134c Mon Sep 17 00:00:00 2001 From: lvca Date: Fri, 6 Mar 2026 17:32:05 -0500 Subject: [PATCH] =?UTF-8?q?Add=20ArcadeDB=20=E2=80=94=20built-in=20MCP=20s?= =?UTF-8?q?erver=20for=20multi-model=20database?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ArcadeDB (https://github.com/ArcadeData/arcadedb) ships with a built-in MCP server since v26.3.1. No external process or separate package needed. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 352344bc..93022f95 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - Supabase MCP Server with support for SQL query execution and database exploration tools - [aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server) ☕ 🐍 ☁️ - MCP service for Tablestore, features include adding documents, semantic search for documents based on vectors and scalars, RAG-friendly, and serverless. - [amineelkouhen/mcp-cockroachdb](https://github.com/amineelkouhen/mcp-cockroachdb) 🐍 ☁️ - A Model Context Protocol server for managing, monitoring, and querying data in [CockroachDB](https://cockroachlabs.com). +- [ArcadeData/arcadedb](https://github.com/ArcadeData/arcadedb) 🎖️ ☕ 🏠 - Built-in MCP server for ArcadeDB, a multi-model database (graph, document, key-value, time-series, vector) with SQL, Cypher, Gremlin, and MongoDB QL support. - [benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql) ☁️ 🏠 - MySQL database integration in NodeJS with configurable access controls and schema inspection - [bram2w/baserow](https://github.com/bram2w/baserow) - Baserow database integration with table search, list, and row create, read, update, and delete capabilities. - [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - TiDB database integration with schema inspection and query capabilities