Skip to main content
ClaudeWave

Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。

MCP Servers2.2k stars416 forksJavaScriptUpdated 3d ago
Editor's note

Aix-DB is a conversational business intelligence (ChatBI) MCP server built on LangChain and LangGraph that converts natural language questions into SQL queries, executes them against connected databases, and returns results as ECharts or AntV visualizations rendered in a Vue 3 frontend. The system connects to Claude and other large language models through an MCP multi-agent architecture, using a Text2SQL agent combined with a hybrid RAG retrieval engine (Embedding plus BM25 search, supplemented by a Neo4j knowledge graph) to progressively improve query accuracy over repeated interactions. Supported data sources include MySQL, PostgreSQL, Oracle, SQL Server, ClickHouse, Apache Doris, StarRocks, and flat files such as CSV and Excel. The backend runs as a Sanic-based async API service with JWT authentication, and the whole stack deploys via a single Docker image on port 8088. A distinct Skill mode lets teams package reusable query patterns into shareable agents, while the OpenClaw integration allows external tool orchestration within the same multi-agent pipeline.

ClaudeWave Trust Score
85/100
Trusted
Passed
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/apconw/Aix-DB
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aix-db": {
      "command": "node",
      "args": ["/path/to/Aix-DB/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/apconw/Aix-DB and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
bigdataclideepseek-r1difyechartshermeslamaindexlangchainlanggraph-pythonmcpneo4jopenclawpythonqwensanicskilstext2sqlvue3

What people ask about Aix-DB

What is apconw/Aix-DB?

+

apconw/Aix-DB is mcp servers for the Claude AI ecosystem. Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。 It has 2.2k GitHub stars and was last updated 3d ago.

How do I install Aix-DB?

+

You can install Aix-DB by cloning the repository (https://github.com/apconw/Aix-DB) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is apconw/Aix-DB safe to use?

+

Our security agent has analyzed apconw/Aix-DB and assigned a Trust Score of 85/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains apconw/Aix-DB?

+

apconw/Aix-DB is maintained by apconw. The last recorded GitHub activity is from 3d ago, with 8 open issues.

Are there alternatives to Aix-DB?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy Aix-DB to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: apconw/Aix-DB
[![Featured on ClaudeWave](https://claudewave.com/api/badge/apconw-aix-db)](https://claudewave.com/repo/apconw-aix-db)
<a href="https://claudewave.com/repo/apconw-aix-db"><img src="https://claudewave.com/api/badge/apconw-aix-db" alt="Featured on ClaudeWave: apconw/Aix-DB" width="320" height="64" /></a>

More MCP Servers