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).
Run
uvx mcp-arangodb-async
MCP client config
{
"mcpServers": {
"mcp-arangodb-async": {
"command": "uvx",
"args": [
"mcp-arangodb-async"
]
}
}
}