Odel
mcp arangodb async

mcp arangodb async

Local
@pcfvw3PythonApache-2.0Updated 7mo ago

Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-arangodb-asyncv0.5.4

Run

uvx mcp-arangodb-async

MCP client config

{
  "mcpServers": {
    "mcp-arangodb-async": {
      "command": "uvx",
      "args": [
        "mcp-arangodb-async"
      ]
    }
  }
}