Aix-DB
Aix-DB is an intelligent data analysis system based on large language models and RAG technology, enabling conversational data analysis.
It provides an end-to-end transformation from natural language to data insights, utilizing the LangChain/LangGraph framework and MCP Skills for multi-agent collaboration. Key capabilities include general Q&A, data Q&A (Text2SQL), table Q&A, deep search, data visualization, and multi-agent support.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aix-db": {
"args": [
"-y",
"aix-db"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.