Skip to content

Conversation

@nerpaula
Copy link
Contributor

Description

TO DO: Add official Docker Hub image once it has been published.

@arangodb-docs-automation
Copy link
Contributor

Deploy Preview Available Via
https://deploy-preview-820--docs-hugo.netlify.app

@cla-bot cla-bot bot added the cla-signed label Oct 31, 2025
@nerpaula nerpaula changed the base branch from main to DOC-761 October 31, 2025 16:15
@nerpaula nerpaula self-assigned this Oct 31, 2025
2. Start ArangoDB (if you don't have an instance):

```bash
docker run -d --name arangodb -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test arangodb/arangodb:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should use image arangodb or arangodb/enterprise. We no longer publish arangodb/arangodb (CE) since 3.12.5

@@ -0,0 +1,322 @@
---
title: ArangoDB Model Context Protocol (MCP) Server
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diegomendez40 should we mark it as experimental?

description: >-
A Model Context Protocol server for generating and executing AQL queries using AI assistants like Claude and Cursor IDE
---
The ArangoDB MCP Server is a focused [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) implementation that enables AI assistants to generate and execute AQL queries based on natural language questions. It includes lightweight schema discovery and manuals to ground queries in actual database structure.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The ArangoDB MCP Server is a focused [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) implementation that enables AI assistants to generate and execute AQL queries based on natural language questions. It includes lightweight schema discovery and manuals to ground queries in actual database structure.
The ArangoDB MCP Server is a focused [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
implementation that enables AI assistants to generate and execute AQL queries
based on natural language questions. It includes lightweight schema discovery
and manuals to ground queries in actual database structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants