All MCP servers

ArcadeDB

Official
by Api.AirforceDatabases0933Apache-2.0

Multi-Model database with built-in MCP server for SQL, Cypher, Gremlin, and GraphQL.

mcpopen-sourcedatabases

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "arcadedb-impbbe5f": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}