PluginBench
MCP Server
Active
Apache-2.0

MySQL (security-first) MCP Server

io.github.Kurok1/mcp-server-mysql

What is the MySQL (security-first) MCP server?

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

How to install MySQL (security-first)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MYSQL_MCP_PASSWORD
    secret

    MySQL password, referenced from config.yaml as ${MYSQL_MCP_PASSWORD}

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-mysql": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kurok1/mcp-server-mysql:1.3.1",
        "-v",
        "{config_dir}:/data",
        "--config",
        "/data/config.yaml"
      ],
      "env": {
        "MYSQL_MCP_PASSWORD": "<YOUR_MYSQL_MCP_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-mysql": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kurok1/mcp-server-mysql:1.3.1",
        "-v",
        "{config_dir}:/data",
        "--config",
        "/data/config.yaml"
      ],
      "env": {
        "MYSQL_MCP_PASSWORD": "<YOUR_MYSQL_MCP_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-mysql": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kurok1/mcp-server-mysql:1.3.1",
        "-v",
        "{config_dir}:/data",
        "--config",
        "/data/config.yaml"
      ],
      "env": {
        "MYSQL_MCP_PASSWORD": "<YOUR_MYSQL_MCP_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-mysql": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kurok1/mcp-server-mysql:1.3.1",
        "-v",
        "{config_dir}:/data",
        "--config",
        "/data/config.yaml"
      ],
      "env": {
        "MYSQL_MCP_PASSWORD": "<YOUR_MYSQL_MCP_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-mysql --env MYSQL_MCP_PASSWORD=<YOUR_MYSQL_MCP_PASSWORD> -- docker run -i --rm ghcr.io/kurok1/mcp-server-mysql:1.3.1 -v {config_dir}:/data --config /data/config.yaml

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →
MySQL (security-first) MCP Server | PluginBench