MCPServers

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)

Last Updated: May 16, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签