# ArangoDB MCP Server This is an implementation of the Model Context Protocol for ArangoDB. ## Overview To be filled. ## Components ### Resources ###
If you already use ArangoDB, the arangodb mcp server is the piece that lets your assistant work with it directly. # 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: -.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
readQuery — Execute read-only query on the databaseInput — - databaseName (string): The database to queryReturns — Query results as array of objectsreadWriteQuery — Execute query on the databaselistDatabases — List all the databases on the ArangoDB serverlistCollections — List all the collections in an ArangoDB databaseResources — The Resources tool exposed by this serverTools — The Tools tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. ArangoDB's toolset — readQuery, Input, Returns and 5 more — is a fair guide to whether it matches your workflow. It is maintained by lucas-deangelis; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against ArangoDB's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| readQuery | Execute read-only query on the database |
| Input | - databaseName (string): The database to query |
| Returns | Query results as array of objects |
| readWriteQuery | Execute query on the database |
| listDatabases | List all the databases on the ArangoDB server |
| listCollections | List all the collections in an ArangoDB database |
| Resources | The Resources tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
{
"mcpServers": {
"arangodb-account": {
"command": "npx",
"args": [
"-y",
"arango-mcp-server",
"http://localhost:8529",
"root",
"root"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.