mcp-server-arangodb
This MCP server provides database interaction capabilities through ArangoDB.
This TypeScript-based MCP server implements core database operations and allows seamless integration with ArangoDB through MCP tools. It supports various functionalities such as executing AQL queries, inserting, updating, and removing documents, as well as backing up collections to JSON files. The server is designed to facilitate easy interaction with ArangoDB, making it suitable for both development and production environments.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-arangodb": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-arangodb"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions