MCPServers
M

MCP Server for ArangoDB

17
0

Summary

A TypeScript-based server to interact with ArangoDB using the Model Context Protocol, enabling database operations and integration with tools like Claude and VSCode extensions for streamlined data management.

Available Actions(7)

arango_query

Execute AQL queries. Takes an AQL query string as required parameter. Optionally accepts bind variables for parameterized queries. Returns query results as JSON.

arango_insert

Insert documents into collections. Takes collection name and document object as required parameters. Automatically generates document key if not provided. Returns the created document metadata.

arango_update

Update existing documents. Takes collection name, document key, and update object as required parameters. Returns the updated document metadata.

arango_remove

Remove documents from collections. Takes collection name and document key as required parameters. Returns the removed document metadata.

arango_backup

Backup all collections to JSON files. Takes output directory path as required parameter. Creates JSON files for each collection with current data. Useful for data backup and migration purposes.

arango_list_collections

List all collections in the database. Returns array of collection information including names, IDs, and types.

arango_create_collection

Create a new collection in the database. Takes collection name as required parameter. Optionally specify collection type (document or edge collection). Configure waitForSync behavior for write operations. Returns collection information including name, type, and status.

Last Updated: April 11, 2025

社区评论

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

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

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签