HomeDatabases & Data › mysql-mcp

mysql-mcp

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

TypeScript
★ 11 stars Last pushed 2026-09-07 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/writenotenow/mysql-mcp:v1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mysql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry