Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Arangodb Async.
arango_set_focused_databaseSet focused database for session
arango_get_focused_databaseGet currently focused database
arango_list_available_databasesList all configured databases
arango_get_database_resolutionShow database resolution algorithm
arango_queryExecute AQL queries
arango_list_collectionsList all collections
A production-ready Model Context Protocol (MCP) server exposing advanced ArangoDB operations to AI assistants like Claude Desktop and Augment Code. Features async-first Python architecture, comprehensive graph management, flexible content conversion (JSON, Markdown, YAML, Table), backup/restore functionality, and analytics capabilities.
π Documentation: https://github.com/PCfVW/mcp-arango-async/tree/master/docs
π Quick Start: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/getting-started/quickstart.md
π§ ArangoDB Setup: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/getting-started/install-arangodb.md
ποΈ Multi-Tenancy Guide: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/user-guide/multi-tenancy-guide.md
βοΈ CLI Reference: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/user-guide/cli-reference.md
π Tools Reference: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/user-guide/tools-reference.md
π― MCP Design Patterns: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/user-guide/mcp-design-patterns.md
π Changelog: https://github.com/PCfVW/mcp-arango-async/blob/master/docs/developer-guide/changelog.md
π Issues: https://github.com/PCfVW/mcp-arango-async/issues
Create a docker-compose.yml file:
Create a .env file:
Start ArangoDB:
Install the MCP server package:
Create the database and user for the MCP server:
Expected output:
Verify the database connection:
Expected output:
Configure your MCP host to use the server. The configuration includes environment variables for database connection. The location of the configuration file depends on your MCP host. For Claude Desktop, the file is located at:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonConfiguration:
If you installed with conda/mamba/micromamba, use the run command:
Replace "conda" with "mamba" or "micromamba" if using those tools.
If you installed with uv, use uv run:
Replace /path/to/project with the directory containing your .venv folder.
Restart your MCP client after updating the configuration.
Test the connection:
Ask your MCP client: "List all collections in the ArangoDB database"
The assistant should successfully connect and list your collections.
The server exposes 46 MCP tools organized into 11 categories:
arango_set_focused_database - Set focused database for sessionarango_get_focused_database - Get currently focused databasearango_list_available_databases - List all configured databasesarango_get_database_resolution - Show database resolution algorithmFactual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-arangodb-async)<a href="https://allmcps.com/mcp/mcp-arangodb-async"><img src="https://allmcps.com/api/badge/mcp-arangodb-async?style=directory" alt="MCP Arangodb Async on AllMCPs" /></a>