Updated April 2026
Install ArcadeDB
Pick your client, copy the command, done.
1
Add it to Claude Code
Run this in a terminal.
claude mcp add -e "ARCADEDB_URL=${ARCADEDB_URL}" arcadedb -- npx -y @arcadedata/mcp-serverRequired:
ARCADEDB_URL+ 2 optionalEnvironment Variables
Set these before running ArcadeDB.
VariableDescriptionRequired
ARCADEDB_URLThe connection URL for the ArcadeDB instanceYesARCADEDB_USERUsername for authenticationNoARCADEDB_PASSWORDPassword for authenticationNoAvailable Tools (2)
Once configured, ArcadeDB gives your AI agent access to:
queryExecute a database query against the ArcadeDB instancequerylanguagelist_databasesList all available databases in the instanceTry It Out
After setup, try these prompts with your AI agent:
→List all the databases currently available on my ArcadeDB server.
→Run a SQL query to select all records from the 'Users' table where the age is greater than 25.
→Execute a Cypher query to find all nodes connected to the 'Product' node.
→Show me the schema of the 'Inventory' database.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
ARCADEDB_URL— The connection URL for the ArcadeDB instance
Keep this setup from going cold
Save the docs, env vars, and workflow around ArcadeDB in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.