mysql-mcp-pro

by CCCT173

1 stars
192 downloads
Not rated
GitHub Website

About

A production-grade MySQL MCP server with connection pooling, transactions, EXPLAIN analysis, CSV/JSON export, ER graph, audit log, and prompt templates. 25 tools included.

Details

Author
CCCT173
GitHub stars
1
Downloads
192
Categories
Search

- ping — Test MySQL connection; returns server version and connection-pool stats
- get_server_status — Key MySQL status metrics (connections, QPS, slow queries, InnoDB rows, traffic)
- list_databases — List all databases (system vs user)
- list_tables — List tables with engine, row count, size, comment. Optional database argument
- list_views — List views in the database

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mysql-mcp-pro
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Follow the repository README to install the server and add its MCP configuration to your client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mysql-mcp-pro": {
            "mysql-mcp-pro": {
                "command": "python",
                "args": [
                    "scripts/setup_test_db.py"
                ]
            }
        }
    }
}

McpServers

{
    "mysql-mcp-pro": {
        "command": "python",
        "args": [
            "scripts/setup_test_db.py"
        ]
    }
}

A production-grade MySQL MCP server with connection pooling, transactions, EXPLAIN analysis, CSV/JSON export, ER graph, audit log, and prompt templates. 25 tools included.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.