MCP Directory
Back

mcp-server-arangodb

by ravenwits · TypeScript · ★ 46

This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline!

#ai#claude#cline#mcp-server

Install

npx -y github:ravenwits/mcp-server-arangodb

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](./assets/cover.webp) A Model Context Protocol server for [ArangoDB](https://arango.ai/products/arangodb) This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline! - - Execute AQL queries - Takes an AQL query string as required parameter - Optionally accepts bind variables for parameterized queries - Returns query results as JSON - - Insert…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers