mcp-server-arangodb
If you are the rightful owner of mcp-server-arangodb 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.
A Model Context Protocol server for ArangoDB, providing database interaction capabilities through ArangoDB using TypeScript.
The MCP Server for ArangoDB is a TypeScript-based server that facilitates seamless interaction with ArangoDB databases. It implements core database operations such as querying, inserting, updating, and removing documents, as well as backing up collections. The server is designed to integrate with tools like Claude app and VSCode extensions, making it versatile for developers working in different environments. It supports executing AQL queries, managing collections, and performing data backups, all while ensuring a smooth user experience through its integration capabilities. The server is particularly useful for local development environments, providing a secure and efficient way to manage database operations without compromising production data.
Features
- Execute AQL queries with optional bind variables and return results as JSON.
- Insert documents into collections with automatic key generation and return metadata.
- Update existing documents and return updated metadata.
- Remove documents from collections and return removed metadata.
- Backup all collections to JSON files for data backup and migration.