Arangodb Async MCP Server
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. Its 40 documented tools cover arango, graph, database, backup.
People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-01-24 · ★ 3 · #112 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25
Apache-2.0 · Python servers · how we verify → /methodology
01 · Install Arangodb Async
before you install - you'll need
Set ARANGO_URL, ARANGO_DB, ARANGO_USERNAME, ARANGO_PASSWORD, ARANGO_ROOT_PASSWORD before connecting.
Claude Code
claude mcp add pcfvw-mcp-arangodb-async -- uvx mcp-arangodb-async Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"pcfvw-mcp-arangodb-async": {
"command": "uvx",
"args": [
"mcp-arangodb-async"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license Apache-2.0 - declared in the repository
pypi package mcp-arangodb-async - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.PCfVW is GitHub-verified and matches the repo owner
03 · What Arangodb Async can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can set focused database for session, get currently focused database, list all configured databases, and list all collections.
The 40 tools it gives your agent
Extracted from the project's README - what mcp-arangodb-async lets an agent do.
- arango_set_focused_database
- - Set focused database for session
- arango_get_focused_database
- - Get currently focused database
- arango_list_available_databases
- - List all configured databases
- arango_get_database_resolution
- - Show database resolution algorithm
- arango_query
- - Execute AQL queries
- arango_list_collections
- - List all collections
- arango_insert
- - Insert documents
- arango_update
- - Update documents
- arango_remove
- - Remove documents
- arango_create_collection
- - Create collections
- arango_backup
- - Backup collections
- arango_list_indexes
- - List indexes
show all 40 tools
- arango_create_index
- - Create indexes
- arango_delete_index
- - Delete indexes
- arango_explain_query
- - Explain query execution plan
- arango_query_builder
- - Build AQL queries
- arango_query_profile
- - Profile query performance
- arango_validate_references
- - Validate document references
- arango_insert_with_validation
- - Insert with validation
- arango_create_schema
- - Create JSON schemas
- arango_validate_document
- - Validate against schema
- arango_bulk_insert
- - Bulk insert documents
- arango_bulk_update
- - Bulk update documents
- arango_create_graph
- - Create named graphs
- arango_list_graphs
- - List all graphs
- arango_add_vertex_collection
- - Add vertex collections
- arango_add_edge_definition
- - Add edge definitions
- arango_add_vertex
- - Add vertices
- arango_add_edge
- - Add edges
- arango_graph_traversal
- - Traverse graphs
- arango_traverse
- - Graph traversal
- arango_shortest_path
- - Find shortest paths
- arango_backup_graph
- - Backup single graph
- arango_restore_graph
- - Restore single graph
- arango_backup_named_graphs
- - Backup all named graphs
- arango_validate_graph_integrity
- - Validate graph integrity
- arango_graph_statistics
- - Graph statistics
- arango_database_status
- - Get comprehensive status of all databases
- arango_search_tools
- - Search for tools by keywords
- arango_list_tools_by_category
- - List tools by category
04 · Who maintains Arangodb Async
mcp-arangodb-async is maintained by pcfvw. It's the only MCP server we track from this author; the repo dates to Aug 2025.
05 · Facts
- repository
- github.com/pcfvw/mcp-arangodb-async
- category
- database - ranked #112 of 151 actively-maintained database servers as of 2026-08-25.
- registry
- io.github.PCfVW/mcp-arangodb-async (active, first published 2026-01-24)
- packages
- pypi:mcp-arangodb-async
06 · Arangodb Async FAQ
Is Arangodb Async still maintained?
Yes - as of 2026-08-25, its last commit was 2026-01-24. We re-verify nightly.
What can Arangodb Async do?
With this server connected, an agent can set focused database for session, get currently focused database, list all configured databases, and list all collections.
How do I install Arangodb Async?
Run `uvx mcp-arangodb-async`. The README documents 5 environment variables (ARANGO_URL, ARANGO_DB, ARANGO_USERNAME…) to set first. Set ARANGO_URL, ARANGO_DB, ARANGO_USERNAME, ARANGO_PASSWORD, ARANGO_ROOT_PASSWORD before connecting. You can also paste the ready-made client config above.
Does Arangodb Async run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Arangodb Async
Alternatives to Arangodb Async
Maintained database servers if Arangodb Async isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Arangodb Async doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
More database MCP servers · Postgres MCP · Data Link · Pinion05 Supabase MCP Lite · Planet Scale · Prisma MCP Server
More Python MCP servers · Server Colab Exec · Android Puppeteer MCP · SentinelX MCP · Pentesttoolscom MCP Server · Perseus Ledger - verifiable, hash-chained event provenance · see all