Skip to main content
Glama

MCP Server for ArangoDB

by ravenwits

arango_query

Execute AQL queries on ArangoDB using bind variables and integrate database operations through the MCP Server for streamlined data management in TypeScript environments.

Instructions

Execute an AQL query

Input Schema

NameRequiredDescriptionDefault
bindVarsNoQuery bind variables
queryYesAQL query string

Input Schema (JSON Schema)

{ "properties": { "bindVars": { "additionalProperties": true, "description": "Query bind variables", "type": "object" }, "query": { "description": "AQL query string", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Server for ArangoDB

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravenwits/mcp-server-arangodb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server