Used for managing configuration variables including database connection parameters and API keys through environment variables.
Supports version control configuration through .gitignore settings for managing project files.
Provides natural language to SQL conversion for MariaDB databases, supporting secure SELECT queries, schema analysis, and paginated results based on user descriptions.
Enables natural language querying of MySQL databases by automatically generating and executing SQL statements based on user prompts, with features for query security, pagination, and schema exploration.
Serves as the runtime environment for the MCP server, with specific version requirements (>= 20.9.0).
Supported as an alternative package manager for dependency installation and running server commands.
Recommended as the primary package manager for installing and managing project dependencies.
基于MCP与QWEN大模型的自然语言MySQL数据库查询系统
环境
NodeJS 目前的stable版本22.13.1,所以node@^22.13.1是允许的
pnpm@^9.5.0
Related MCP server: MySQL MCP Tools
V2 - 快速开始
确认环境后,
pnpm i安装依赖复制根目录的
.env.example文件为.env文件,并填写相关内容pnpm start启动应用
附件
当前分支为v2,v2相比v1仅仅添加了GUI样式,MCP等其余功能是相同的。