
This is an implementation of the Model Context Protocol for ArangoDB.
This is an implementation of the Model Context Protocol for ArangoDB.
This is an implementation of the Model Context Protocol for ArangoDB.
To be filled.
readQuery
databaseName (string): The database to queryaql (string): The read-only AQL query to executereadWriteQuery
databaseName (string): The database to queryaql (string): The AQL query to executelistDatabases
listCollections
databaseName (string): The name of the database{ "name": "<collectionName>" }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"
]
}
}
}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.
npxresources/subscribe and notifications/resources/list_changed and resources/unsubscribewrite_query tool separated from read_query -> actually is readWriteQuerylist_collections (see list_tables)resources/read with a template to read any document by database name, collection, id.Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add arangodb-account -- npx -y arango-mcp-server http://localhost:8529 root root{
"mcpServers": {
"arangodb-account": {
"args": [
"-y",
"arango-mcp-server",
"http://localhost:8529",
"root",
"root"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"arangodb-account","args":["-y","arango-mcp-server","http://localhost:8529","root","root"],"command":"npx"}'[mcp_servers.arangodb-account]
command = "npx"
args = ["-y", "arango-mcp-server", "http://localhost:8529", "root", "root"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/arangodb-mcp-server to learn what the "ArangoDB MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/arangodb-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "arangodb-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.