mysql-mcp-server
在 cursor 工具中通过 mysql mcp 服务读取本地 mysql 库,方便通过 AI 来编程开发
Documentation
MySQL MCP服务器
📖 项目介绍
MySQL MCP服务是一个基于Node.js开发的API服务,为Cursor AI提供直接访问MySQL数据库的能力。该服务遵循MCP(Model Control Platform)协议规范,使AI能够通过标准化接口执行SQL查询、获取表结构信息,以及执行数据操作。
✨ 功能特性
- SQL查询执行:支持执行各种SQL语句(SELECT, INSERT, UPDATE, DELETE等)
- 表结构查询:获取数据库表的详细结构信息
- 实时数据访问:为AI提供实时数据库访问能力
- 安全连接:支持通过环境变量配置数据库连接参数
- 跨域支持:内置CORS支持,便于前端应用集成
- 标准化响应:统一的API响应格式,简化集成和使用
- MCP协议支持:完整实现MCP协议,方便与Cursor AI集成
🔧 技术栈
- 运行环境:Node.js
- 主要框架:Express.js
- 数据库驱动:mysql2
- 环境变量:dotenv
- 跨域支持:cors
🚀 安装与部署
前置条件
- Node.js 14.x 或更高版本
- MySQL数据库可连接
- Git(可选,用于克隆代码)
安装步骤
1. 克隆代码仓库
git clone https://github.com/lichuanrong7/mysql-mcp-server.git
cd mysql-mcp-server2. 安装依赖
npm install3. 配置环境变量
创建或编辑 `.env` 文件,添加以下配置:
# 服务器配置
PORT=3100
# 数据库配置
DB_HOST=你的数据库地址
DB_PORT=3306
DB_USER=你的数据库用户名
DB_PASSWORD=你的数据库密码
DB_NAME=你的数据库名称4. 启动服务
# 开发模式启动
npm run dev
# 生产模式启动
npm start使用启动脚本
项目提供了便捷的启动和停止脚本:
- 启动服务:
./start.sh- 停止服务:
./stop.shDocker部署
1. 构建Docker镜像
docker build -t mysql-mcp-server .2. 使用Docker Compose启动
docker-compose up -d📝 API文档
主要端点
- MCP清单: `/manifest.json`
- OpenAPI规范: `/openapi.yaml`
- SQL查询: `/api/mysql/query`
- 表结构查询: `/api/mysql/schema`
- DDL查询: `/api/mysql/ddl`
示例请求
执行SQL查询:
curl -X POST http://localhost:3100/api/mysql/query \
-H "Content-Type: application/json" \
-d '{"query":"SELECT * FROM users LIMIT 10"}'获取表结构:
curl -X GET http://localhost:3100/api/mysql/schema?table=users🔌 在Cursor中使用
1. 打开Cursor编辑器
2. 进入MCP扩展管理界面
3. 添加新的MCP服务
4. 输入服务URL: `http://localhost:3100/manifest.json`
5. 保存并激活服务
MCP服务激活后,你可以在Cursor中使用自然语言操作数据库:
- "查询用户表的前10条记录"
- "获取产品表的结构"
- "统计每个订单状态的订单数量"
🔍 故障排除
1. 服务无法启动
2. 数据库连接失败
3. API请求失败
📄 许可证
本项目使用 MIT 许可证 - 详细信息请查看 LICENSE 文件
👥 贡献指南
欢迎提交问题和贡献代码。请确保遵循以下步骤:
1. Fork该仓库
2. 创建您的特性分支 (`git checkout -b feature/amazing-feature`)
3. 提交您的更改 (`git commit -m 'Add some amazing feature'`)
4. 推送到分支 (`git push origin feature/amazing-feature`)
5. 打开Pull Request
Frequently asked questions
What is mysql-mcp-server?
mysql-mcp-server is 在 cursor 工具中通过 mysql mcp 服务读取本地 mysql 库,方便通过 AI 来编程开发
How do I install mysql-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mysql-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/lichuanrong7/mysql-mcp-server and has 12 stars.
Related MCP tools
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP