MySQL 执行器
About
# 说明 用于生成 MySQL 测试数据的 MCP Server demo,仅用于本地开发环境。 详细介绍文档:https://mp.weixin.qq.com/s/C296RuLpH03jRRurKZSIlg
Details
- Author
- co-pine
- GitHub stars
- 3
- Downloads
- 277
- Categories
- Search
Jump to
- Generates MySQL test data
- Designed as a demo MCP server
- For local development only
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MySQL 执行器Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
— (No installation, configuration, or invocation details are provided in the README.)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mysql \u6267\u884c\u5668": {
"gen-data": {
"command": "uv",
"args": [
"--directory",
"/\u9879\u76ee\u6587\u4ef6\u5939\u8def\u5f84(gen-data)",
"run",
"\u529f\u80fd\u4ee3\u7801(main).py"
],
"env": {
"MYSQL_PASSWORD": "<password>"
}
}
}
}
}
McpServers
{
"gen-data": {
"command": "uv",
"args": [
"--directory",
"/\u9879\u76ee\u6587\u4ef6\u5939\u8def\u5f84(gen-data)",
"run",
"\u529f\u80fd\u4ee3\u7801(main).py"
],
"env": {
"MYSQL_PASSWORD": "<password>"
}
}
}
说明
用于生成 MySQL 测试数据的 MCP Server demo,仅用于本地开发环境。 详细介绍文档:https://mp.weixin.qq.com/s/C296RuLpH03jRRurKZSIlgSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

