Skip to content
Cursor

mcp arangodb async for Cursor

io.github.pcfvw/mcp-arangodb-async

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

client:Cursor transport:stdio runtime:pypi

Install mcp arangodb async in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp arangodb async in other clients