arango-mcp-server
If you are the rightful owner of 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.
ArangoDB MCP Server is an implementation of the Model Context Protocol for ArangoDB, providing tools to interact with ArangoDB databases.
The ArangoDB MCP Server is designed to facilitate interaction with ArangoDB databases through the Model Context Protocol (MCP). It provides a set of tools that allow users to execute queries, list databases, and manage collections within an ArangoDB instance. This server implementation is particularly useful for developers and database administrators who need to integrate ArangoDB with other systems or automate database operations. The server supports both read-only and read-write queries, making it versatile for various use cases. Additionally, it offers a development environment setup for those who wish to extend or customize the server's functionality.
Features
- Execute read-only and read-write queries on ArangoDB databases.
- List all databases and collections within a specified database.
- Supports integration with other systems through MCP.
- Development environment setup for customization and extension.
- User authentication with username and password parameters.
Tools
readQuery
Execute read-only query on the database.
readWriteQuery
Execute query on the database.
listDatabases
List all the databases on the ArangoDB server.
listCollections
List all the collections in an ArangoDB database.