mcp_server_mysql_windows

mcp_server_mysql_windows

3.3

If you are the rightful owner of mcp_server_mysql_windows and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP MySQL服务是一个轻量级的个人使用服务程序,用于连接和操作本地MySQL数据库。

MCP MySQL服务是一种专为个人用户设计的轻量级服务程序,旨在简化本地MySQL数据库的连接和操作。该服务通过RESTful API接口提供对数据库的访问,支持参数化查询以防止SQL注入,并具备SSE(Server-Sent Events)推送能力。它可以作为Cursor的MCP服务集成,允许用户通过API轻松执行各种数据库操作。MCP MySQL服务的设计考虑了安全性,默认仅允许执行SELECT查询,并通过API密钥保护接口。该服务适合在本地环境中使用,不建议暴露到公网。

Features

  • 连接本地MySQL数据库
  • 提供RESTful API进行数据库操作
  • 支持参数化查询防止SQL注入
  • 支持SSE (Server-Sent Events) 推送能力
  • 支持作为Cursor MCP服务集成