MCP.so
ログイン

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的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

基本情報

カテゴリ

データベース

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

xwb602625136

設定

以下の設定を使って、このサーバーを 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

コメント

「データベース」の他のコンテンツ