Skip to main content
DatabasesGo

Zhwt/go-mcp-mysql

🏎️ 🏠 – Easy to use, zero dependency MySQL MCP server built with Golang with configurable readonly mode and schema inspection.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Zhwt/go-mcp-mysql

Claude Desktop configuration example:

{
  "mcpServers": {
    "go-mcp-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "Zhwt/go-mcp-mysql"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Go
Author
Zhwt