drio
Open app

MCP Server for ArangoDB

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCP Server for ArangoDB is a TypeScript-based Model Context Protocol server that facilitates database interactions with ArangoDB, allowing seamless integration through various MCP tools.

To use the MCP Server, configure it with the necessary environment variables and integrate it with applications like Claude and the Cline VSCode extension. You can execute various database operations through prompts.

  • Execute AQL queries with arango_query - Insert documents into collections with arango_insert - Update existing documents with arango_update - Remove documents from collections with arango_remove - Backup collections to JSON files with arango_backup - List all collections in the database with arango_list_collections
  1. Automating database operations in applications.
  2. Integrating with AI tools for dynamic data management.
  3. Facilitating data backup and migration processes.

Add to your AI client

Use these steps to connect MCP Server for ArangoDB in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "ravenwits-mcp-server-arangodb-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ravenwits-mcp-server-arangodb-mcp-mirror"
      ]
    }
  }
}

FAQ

What programming language is used for the MCP Server?

The MCP Server is built using TypeScript.

Can I use this server with other databases?

No, this server is specifically designed for ArangoDB.

Is there a way to debug the MCP Server?

Yes, you can use the MCP Inspector for debugging.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1163,"uuid":"8dbf3187-8537-4c95-b7a0-c46e9d0abe67","name":"ravenwits_mcp-server-arangodb","title":"MCP Server for ArangoDB","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:35:30.527Z","updated_at":"2025-02-23T07:20:28.938Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,arangodb,database-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/ravenwits_mcp-server-arangodb","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/MCP-Mirror/ravenwits_mcp-server-arangodb/raw/main/assets/demo-claude.gif","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]