ArangoDB MCP Server
ArangoDB MCP servers enable AI models to interact with ArangoDB databases, providing capabilities for document operations, graph queries, and multi-model data management.
{
"servers": {
"arango-mcp": {
"type": "stdio",
"command": "npx",
"args": ["arango-server"],
"env": {
"ARANGO_URL": "http://localhost:8529",
"ARANGO_DB": "v20",
"ARANGO_USERNAME": "app",
"ARANGO_PASSWORD": "password"
}
}
}
}
Overview
The MCP ArangoDB Server bridges AI and databases by letting language models (LLMs) work directly with ArangoDB. It's part of the Model Context Protocol (MCP) system, providing a safe and standard way to connect AI with multi-model data. 1
Key features include:
- Work with document collections and graph data
- Execute AQL (ArangoDB Query Language) queries
- Manage documents, edges, and vertices
- Handle complex data relationships
- Support for key-value, document, and graph models
Tools
Sources
Footnotes
Related Articles
Dafny Verifier and MCP
This section explores how the Dafny program verifier can leverage the Model Context Protocol (MCP) to enhance its functionality and integration with other verification tools and services.
QuickBooks Time MCP Server Guide
A comprehensive guide to integrating QuickBooks Time with MCP servers, enabling AI models to interact with time tracking, scheduling, and payroll management through standardized interfaces.
Redis MCP Server
Redis MCP servers enable AI models to interact with Redis databases, providing capabilities for key-value operations, caching, pub/sub messaging, and high-performance data structures.