Description
ArcadeDB is a multi-model database that natively supports graph, document, key-value, search, vector, and time-series data models. Its built-in MCP server enables querying across six languages including SQL, Cypher, Gremlin, and GraphQL. Compatible with PostgreSQL, Redis, and MongoDB wire protocols for seamless integration.
🔬 Playground
Try ArcadeDB live in the browser with security context.
Installation
git clone https://github.com/arcadedata/arcadedb Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"arcadedb": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.