Back to directory
go-mcp-mysql

go-mcp-mysql

@Zhwt53

A zero-burden, ready-to-use Model Context Protocol (MCP) server written in Go for interacting with MySQL databases, supporting CRUD operations and automation without Node.js or Python.

mysqldatabasecrudgo

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
2025/3/9
Updated
2026/6/7