Loading MCP server directory, please wait...
Security-first MySQL MCP server: AST-validated SQL (fail-closed), default-deny whitelist, audit.
npx @getmcp/cli add io.github.Kurok1/mcp-server-mysqlRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Kurok1/mcp-server-mysql": {
"command": "docker",
"args": [
"{config_dir}:/data",
"run",
"-i",
"--rm",
"-e",
"MYSQL_MCP_PASSWORD",
"ghcr.io/kurok1/mcp-server-mysql:1.2.1",
"/data/config.yaml"
],
"env": {
"MYSQL_MCP_PASSWORD": ""
}
}
}
}