Back to directory
zhwt/go-mcp-mysql

zhwt/go-mcp-mysql

@Zhwt

Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation.

mysqldatabasecrudgoautomationmcp-server

Installation & Configuration

{
  "mcpServers": {
    "mysql": {
      "command": "go-mcp-mysql",
      "args": [
        "--host",
        "localhost",
        "--user",
        "root",
        "--pass",
        "password",
        "--port",
        "3306",
        "--db",
        "mydb"
      ]
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/13
Updated
2026/6/13