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
V2 - 快速开始
- 确认环境后,
pnpm i
安装依赖 - 复制根目录的
.env.example
文件为.env
文件,并填写相关内容 pnpm start
启动应用
附件
当前分支为v2,v2相比v1仅仅添加了GUI样式,MCP等其余功能是相同的。
其它
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
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.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.Last updated -JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables natural language queries to MySQL databases, powered by XiYanSQL text-to-SQL technology.Last updated -114PythonApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables AI assistants to interact with MySQL databases by executing SQL queries and checking database connectivity.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI models to interact with MySQL databases through natural language, supporting SQL queries, table creation, and schema exploration.Last updated -2Python