Back to MCP directory
publicPublicdnsLocal runtime

mysql-mcp-server-qwen-manager

基于MCP与QWEN大模型的自然语言MySQL数据库查询系统,提供GUI界面支持

article

README

🚀 基于MCP与QWEN大模型的自然语言MySQL数据库查询系统

本系统借助MCP与QWEN大模型,实现了通过自然语言进行MySQL数据库查询的功能,为用户提供了更加便捷、高效的数据库操作体验。

🚀 快速开始

环境准备

  • NodeJS:目前的stable版本为22.13.1,允许使用node@^22.13.1
  • pnpm:版本需pnpm@^9.5.0

操作步骤

  1. 确认环境无误后,在终端执行pnpm i命令来安装项目依赖。
  2. 将根目录下的.env.example文件复制一份,并命名为.env,然后根据实际情况填写相关内容。
  3. 执行pnpm start命令启动应用。

📚 相关文档

实验报告

实验报告.md

版本说明

⚠️ 重要提示

当前分支为v2,v2相比v1仅仅添加了GUI样式,MCP等其余功能是相同的。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client