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

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