This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-arangodb": {
"command": "npx",
"args": [
"-y",
"ravenwits/mcp-server-arangodb"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-arangodb npx -y ravenwits/mcp-server-arangodb
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-arangodb": {
"command": "npx",
"args": [
"-y",
"ravenwits/mcp-server-arangodb"
]
}
}
}