Ravenwits ArangoDB
CreatedMCP-Mirror
Provides database interaction capabilities with ArangoDB through the Model Context Protocol (MCP).
About
Ravenwits ArangoDB enables seamless interaction with ArangoDB databases using the Model Context Protocol. This TypeScript-based server implements core database operations, allowing users to execute AQL queries, insert, update, and remove documents, backup collections, and list available collections. It's designed to integrate with tools like the Claude app and the Cline VSCode extension, providing a powerful interface for managing ArangoDB data through natural language prompts.
Key Features
- Inserts, updates, and removes documents within ArangoDB collections.
- Executes AQL queries with optional bind variables.
- 0 GitHub stars
- Backups all collections to JSON files for data preservation.
- Lists all collections in the database with their metadata.
- Integrates with Claude app and Cline VSCode extension for MCP workflows.
Use Cases
- Automating database operations such as querying, inserting, updating, and backing up data.
- Interacting with ArangoDB using natural language prompts via the Claude app.
- Managing ArangoDB databases within the Cline VSCode extension.