arango-mcp-server
Documentation
ArangoDB MCP Server
This is an implementation of the Model Context Protocol for ArangoDB.
Overview
To be filled.
Components
Resources
Tools
Query Tools
- `readQuery`
- Execute read-only query on the database
- Input:
- `databaseName` (string): The database to query
- `aql` (string): The read-only AQL query to execute
- Returns: Query results as array of objects
- `readWriteQuery`
- Execute query on the database
- Input:
- `databaseName` (string): The database to query
- `aql` (string): The AQL query to execute
- Returns: Query results as array of objects
- `listDatabases`
- List all the databases on the ArangoDB server
- Returns: Array of the databases names
- `listCollections`
- List all the collections in an ArangoDB database
- Input:
- `databaseName` (string): The name of the database
- Returns: Array of objects `{ "name": "" }`
Usage
To connect to an arangodb instance running on localhost:2434, to the database "account", add the following to your `claude_desktop_config.json`, assuming the path to this project is `/home/yourcoolname/arango-mcp-server`:
{
"mcpServers": {
"arangodb-account": {
"command": "npx",
"args": [
"-y",
"arango-mcp-server",
"http://localhost:8529",
"root",
"root"
]
}
}
}Development
Clone the repository.
Install everything.
Setup the dev environment.
Run the watcher.
Edit index.ts.
$ npm install
$ npm run dev:setup
$ npm run devGo to http://localhost:5173/ to see the inspector.
Todo
- [ ] Properly study the spec to see if the current implementation of resources actually make sense (I don't think it does)
- [x] The resource templates make sense
- [ ] Change all the "arango" to "arangodb" (repo name included...)
- [ ] Add back the arangodb password
- [ ] Proper README
- [ ] Tools/resource/etc following the format of the official anthropic stuff
- [ ] Figure out notifications
- [ ] Health checks
- [ ] More tools?
- [ ] Access all the databases running on an arangodb instance
- [ ] Release on npm somehow so it can be used with `npx`
- [ ] `resources/subscribe` and `notifications/resources/list_changed` and `resources/unsubscribe`
- [x] Properly document tools in the readme
- [x] Like on the SQLite MCP client
- [x] `write_query` tool separated from `read_query` -> actually is `readWriteQuery`
- [x] `list_collections` (see `list_tables`)
- [x] Client pool ie one client per database
- [x] Dev environment
- [x] `resources/read` with a template to read any document by database name, collection, id.
- [x] Add username and passwords as parameters of the command
Frequently asked questions
What is arango-mcp-server?
arango-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install arango-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is arango-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/lucas-deangelis/arango-mcp-server and has 4 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP