Installation & Configuration
{
"servers": {
"arango-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arango-server"
],
"env": {
"ARANGO_URL": "http://localhost:8529",
"ARANGO_DB": "your_database_name",
"ARANGO_USERNAME": "your_username",
"ARANGO_PASSWORD": "your_password"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12