ArangoDB MCP Server
@lucas-deangelis
About ArangoDB MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arangodb-account": {
"command": "npx",
"args": [
"-y",
"arango-mcp-server",
"http://localhost:8529",
"root",
"root"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ArangoDB MCP Server?
This server implements the Model Context Protocol (MCP) to allow AI assistants (e.g., Claude) to execute AQL queries on an ArangoDB graph database instance. It provides tools for read‑only and read‑write queries, listing available databases, and listing collections within a database.
How to use ArangoDB MCP Server?
Add a configuration entry to your claude_desktop_config.json using the npx command: npx arango-mcp-server followed by the ArangoDB server URL, username, and password (e.g., http://localhost:8529 root root). The server then responds to tool calls from the assistant.
Key features of ArangoDB MCP Server
- Execute read-only AQL queries via
readQuery - Execute any AQL query (read/write) via
readWriteQuery - List all databases on the ArangoDB server with
listDatabases - List all collections in a given database with
listCollections
Use cases of ArangoDB MCP Server
- An AI assistant querying business data stored in ArangoDB.
- Automated database exploration, such as listing databases and collections.
- Safe read‑only analysis of graph data without risk of modification.
- Executing controlled read‑write operations under assistant guidance.
FAQ from ArangoDB MCP Server
How do I connect the ArangoDB MCP Server to Claude Desktop?
Add an entry to claude_desktop_config.json with the command npx arango-mcp-server and arguments for the ArangoDB server URL, username, and password.
What tools does the ArangoDB MCP Server provide?
It provides four tools: readQuery, readWriteQuery, listDatabases, and listCollections.
What parameters does the readQuery tool require?
It requires databaseName (string) and aql (string) – a read‑only AQL query.
Can I execute write queries?
Yes, the readWriteQuery tool accepts any AQL query and returns results, allowing both read and write operations.
How do I list all databases on the ArangoDB server?
Use the listDatabases tool, which takes no input and returns an array of database names.
Frequently asked questions
How do I connect the ArangoDB MCP Server to Claude Desktop?
Add an entry to `claude_desktop_config.json` with the command `npx arango-mcp-server` and arguments for the ArangoDB server URL, username, and password.
What tools does the ArangoDB MCP Server provide?
It provides four tools: `readQuery`, `readWriteQuery`, `listDatabases`, and `listCollections`.
What parameters does the `readQuery` tool require?
It requires `databaseName` (string) and `aql` (string) – a read‑only AQL query.
Can I execute write queries?
Yes, the `readWriteQuery` tool accepts any AQL query and returns results, allowing both read and write operations.
How do I list all databases on the ArangoDB server?
Use the `listDatabases` tool, which takes no input and returns an array of database names.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments