ArangoDB
Summary
This ArangoDB MCP server, developed by Lucas DE ANGELIS, enables seamless integration of ArangoDB databases into AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides a standardized interface for querying and manipulating ArangoDB collections through Claude Desktop and compatible MCP clients. The implementation supports both read-only and read-write AQL queries, offers tools for listing databases and collections, and allows document retrieval via URIs. It's particularly useful for developers and data analysts looking to incorporate on-demand access to document-oriented and graph data into their AI-assisted applications, enabling dynamic querying and analysis of ArangoDB-stored information.
Available Actions(4)
readQuery
Execute read-only query on the database. Parameters: databaseName (string), aql (string)
readWriteQuery
Execute query on the database. Parameters: databaseName (string), aql (string)
listDatabases
List all the databases on the ArangoDB server. Returns: Array of the database names
listCollections
List all the collections in an ArangoDB database. Parameters: databaseName (string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论