mcp_mysql_server
@xwb602625136
关于 mcp_mysql_server
Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mysql": {
"command": "uvx",
"args": [
"--from",
"mysql_mcp_server_pro",
"mysql_mcp_server_pro",
"--mode",
"stdio"
],
"env": {
"MYSQL_HOST": "",
"MYSQL_PORT": "",
"MYSQL_USER": "",
"MYSQL_PASSWORD": "",
"MYSQL_DATABASE": "",
"MYSQL_ROLE": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp_mysql_server_pro?
mcp_mysql_server_pro is an MCP server for MySQL database operations that offers CRUD functionality, database anomaly analysis, and customizable tools. It supports all MCP transport modes (STDIO, SSE, Streamable Http), OAuth2.0, and role-based permissions, making it suitable for developers who need AI-driven database management and performance diagnostics.
How to use mcp_mysql_server_pro?
Install via pip (pip install mysql_mcp_server_pro), configure a .env file with MySQL credentials (host, port, user, password, database, optional role). Run the service using mysql_mcp_server_pro --mode sse --envfile /path/to/.env for SSE mode, or use the default Streamable Http mode. For client integration, configure MCP JSON with command uvx --from mysql_mcp_server_pro mysql_mcp_server_pro --mode stdio and set environment variables.
Key features of mcp_mysql_server_pro
- Supports all MCP transfer modes (STDIO, SSE, Streamable Http)
- Includes SQL execution, health analysis, lock detection, and index usage tools
- Provides permission control with readonly, writer, and admin roles
- Supports OAuth2.0 authentication for secure access
- Allows custom tool extension by adding new handler classes
- Converts Chinese field names to pinyin initials
Use cases of mcp_mysql_server_pro
- Create a table with comments and indexes, then insert data via natural language prompts
- Query data by table comments and descriptions to locate relevant tables quickly
- Analyze slow SQL execution plans and receive optimization suggestions in markdown
- Diagnose database deadlock or lock contention issues using tool outputs
- Monitor overall database health including connection status, transactions, and running state
FAQ from mcp_mysql_server_pro
What transport modes
数据库 分类下的更多 MCP 服务器
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases

Redis
modelcontextprotocolModel Context Protocol Servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
评论