ravenwits_mcp-server-arangodb
0
The MCP Server for ArangoDB is designed to provide seamless database interaction capabilities using the Model Context Protocol. It allows users to perform core database operations like queries, insertions, updates, removals, and backups with ArangoDB.
MCP Server for ArangoDB
A Model Context Protocol server for ArangoDB that provides database interaction capabilities. It is TypeScript-based and seamlessly integrates with ArangoDB through MCP tools. Features include executing AQL queries, inserting, updating, and removing documents, backing up collections, and listing database collections. The server is compatible with the Claude app and the Cline VSCode extension.
Features
- Execute AQL queries
- Insert, update, and remove documents
- Backup all collections to JSON files
- List all collections in the database
Environment Variables
ARANGO_URL
ARANGO_DATABASE
ARANGO_USERNAME
ARANGO_PASSWORD
Usage Examples
- List all collections
- Query users
- Insert new documents
- Update documents
- Remove documents
Debugging
Use the MCP Inspector for debugging to improve development experience.