MCP Server
Natural Language MySQL Query System
A Model Context Protocol (MCP) server that converts natural language queries into SQL statements, allowing users to query MySQL databases using conversational language instead of writing SQL code.
3
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.
README Documentation
基于MCP与QWEN大模型的自然语言MySQL数据库查询系统
环境
- NodeJS 目前的stable版本22.13.1,所以node@^22.13.1是允许的
- pnpm@^9.5.0
V2 - 快速开始
- 确认环境后,
pnpm i
安装依赖 - 复制根目录的
.env.example
文件为.env
文件,并填写相关内容 pnpm start
启动应用
附件
当前分支为v2,v2相比v1仅仅添加了GUI样式,MCP等其余功能是相同的。
其它
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source