lucas-deangelis_arango-mcp-server

lucas-deangelis_arango-mcp-server

3.1

If you are the rightful owner of lucas-deangelis_arango-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an implementation of the Model Context Protocol for ArangoDB.

The ArangoDB MCP Server is a specialized implementation of the Model Context Protocol (MCP) designed to interface with ArangoDB, a multi-model database. This server facilitates seamless communication and data manipulation within ArangoDB by providing a set of tools and resources that allow users to execute queries, manage databases, and interact with collections. The server is particularly useful for developers and database administrators who need to integrate ArangoDB into their applications or workflows, offering a streamlined approach to database operations through a standardized protocol.

Features

  • Execute read-only and read-write AQL queries on ArangoDB databases.
  • List all databases and collections within a specified ArangoDB instance.
  • Facilitates integration with ArangoDB through a standardized protocol.
  • Supports development and testing with a local setup and dev environment.
  • Provides a client pool for efficient database connections.

Tools

  1. readQuery

    Execute read-only query on the database.

  2. readWriteQuery

    Execute query on the database.

  3. listDatabases

    List all the databases on the ArangoDB server.

  4. listCollections

    List all the collections in an ArangoDB database.