A
securityA
licenseA
qualityA Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
Last updated -
8
435
258
TypeScript
MIT License
这是 ArangoDB 模型上下文协议的实现。
待填充。
readQuery
databaseName
(字符串):要查询的数据库aql
(字符串):要执行的只读 AQL 查询readWriteQuery
databaseName
(字符串):要查询的数据库aql
(字符串):要执行的 AQL 查询listDatabases
listCollections
databaseName
(字符串):数据库的名称{ "name": "<collectionName>" }
要连接到在 localhost:2434 上运行的 arangodb 实例,连接到数据库“account”,请将以下内容添加到您的claude_desktop_config.json
中,假设该项目的路径为/home/yourcoolname/arango-mcp-server
:
克隆代码库。安装所有内容。设置开发环境。运行观察器。编辑 index.ts。
转到http://localhost:5173/查看检查器。
npx
一起使用resources/subscribe
、 notifications/resources/list_changed
和resources/unsubscribe
write_query
工具与read_query
分离 -> 实际上是readWriteQuery
list_collections
(参见list_tables
)resources/read
使用模板通过数据库名称、集合、id 读取任何文档。This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议的实现,可以与 ArangoDB 数据库进行交互,允许用户通过自然语言执行查询、列出数据库和集合。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucas-deangelis/arango-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server