MySQL (security-first)
Rank #8,747io.github.Kurok1/mcp-server-mysql
Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.
MySQL (security-first) is a Model Context Protocol (MCP) server published by kurok1. It ranks #8,747 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MySQL (security-first) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 123,299 of 132,046 servers on MCP Toplist.
Use MySQL (security-first)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-mysql -e "MYSQL_MCP_PASSWORD=<your MYSQL_MCP_PASSWORD>" -- docker run -i --rm -v "{config_dir}:/data" ghcr.io/kurok1/mcp-server-mysql:2.1.0 --config /data/config.yamlReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-mysql]
command = "docker"
args = ["run", "-i", "--rm", "-v", "{config_dir}:/data", "ghcr.io/kurok1/mcp-server-mysql:2.1.0", "--config", "/data/config.yaml"]
[mcp_servers.mcp-server-mysql.env]
MYSQL_MCP_PASSWORD = "<your MYSQL_MCP_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-mysql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/data",
"ghcr.io/kurok1/mcp-server-mysql:2.1.0",
"--config",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": "<your MYSQL_MCP_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-mysql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/data",
"ghcr.io/kurok1/mcp-server-mysql:2.1.0",
"--config",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": "<your MYSQL_MCP_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-mysql": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/data",
"ghcr.io/kurok1/mcp-server-mysql:2.1.0",
"--config",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": "<your MYSQL_MCP_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-mysql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/data",
"ghcr.io/kurok1/mcp-server-mysql:2.1.0",
"--config",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": "<your MYSQL_MCP_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-mysql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/data",
"ghcr.io/kurok1/mcp-server-mysql:2.1.0",
"--config",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": "<your MYSQL_MCP_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Kurok1%2Fmcp-server-mysql)<a href="https://mcptoplist.com/server/io.github.Kurok1%2Fmcp-server-mysql"><img src="https://mcptoplist.com/badge/io.github.Kurok1%2Fmcp-server-mysql.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kurok1
Available versions (5)
| Version | Published |
|---|---|
| 2.1.0 | Sep 15, 2026 |
| 2.0.1 | Sep 15, 2026 |
| 2.0.0 | Aug 20, 2026 |
| 1.3.1 | Aug 6, 2026 |
| 1.2.1 | Jul 10, 2026 |
Frequently asked questions
- Who maintains MySQL (security-first)?
- MySQL (security-first) is maintained by kurok1, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is MySQL (security-first) listed on the Official MCP Registry?
- Yes — MySQL (security-first) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MySQL (security-first) have?
- MCP Toplist tracks 5 versions of MySQL (security-first), most recently published on Sep 15, 2026.
- Where can I find the source code for MySQL (security-first)?
- The source code for MySQL (security-first) is hosted at github.com/kurok1/mcp-server-mysql.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.