ArangoDB
Createdravenwits
Facilitates database interactions with ArangoDB through a Model Context Protocol (MCP) server.
About
This TypeScript-based server provides a bridge between Model Context Protocol (MCP) tools and ArangoDB, enabling seamless database operations. It offers a suite of tools for querying, inserting, updating, removing, backing up, listing, and creating collections within ArangoDB. Designed to be database-structure agnostic, it works with various collection names and structures adhering to ArangoDB's document and edge collection models. It is particularly useful with tools like the Claude app and Cline VSCode extension.
Key Features
- Executes AQL queries with optional bind variables.
- Inserts, updates, and removes documents from ArangoDB collections.
- Backs up all collections to JSON files for data migration or recovery.
- Lists existing collections and creates new collections with configurable options.
- Integrates with Claude app and Cline VSCode extension.
Use Cases
- Interacting with ArangoDB databases using natural language prompts within the Claude app.
- Managing ArangoDB collections and documents through the Cline VSCode extension.
- Automating database tasks and integrating ArangoDB with MCP-compatible workflows.