mcp-server-arangodb
This project is a Model Context Protocol server designed for interacting with ArangoDB databases, offering core data operations like querying, insertion, and backup. It integrates with development tools such as VSCode and the Claude app for streamlined database management.
What is the default port for ArangoDB?
The default port for ArangoDB is 8529.
Can this server be used in production environments?
This tool is designed for local development environments only and is not recommended for production use due to security risks.
What types of collections can be created with this server?
The server supports the creation of both document and edge collections.
How can I backup my database collections?
You can use the arango_backup
tool to backup all collections to JSON files by specifying an output directory path.
Is it possible to use this server with VSCode?
Yes, the server can be configured to work with VSCode by setting up the MCP configuration file and starting the server through the Command Palette.