ArangoDB icon

ArangoDB

Implements the Model Context Protocol for ArangoDB to facilitate interaction with ArangoDB instances.

About

This tool provides an implementation of the Model Context Protocol (MCP) for ArangoDB, enabling users to interact with ArangoDB databases through a standardized interface. It offers a suite of tools for querying, listing databases and collections, and managing data within ArangoDB, making it easier to integrate ArangoDB with applications that support the MCP standard.

Key Features

  • Executes read-only and read-write AQL queries on ArangoDB databases.
  • Supports connection to ArangoDB instances via command-line arguments (host, username, password).
  • Lists all collections within a specified ArangoDB database.
  • 3 GitHub stars
  • Lists all databases available on an ArangoDB server.
  • Provides a development environment with an inspector for testing and debugging.

Use Cases

  • Automating database administration tasks such as listing databases and collections.
  • Integrating ArangoDB with applications that support the Model Context Protocol.
  • Executing queries and managing data within ArangoDB databases programmatically.