Enterprise DNA
M MCP Servers Developer low

Zhwt/go-mcp-mysql

by Various

Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation. No Node.js or Python environment needed.

Z

MCP

Zhwt/go-mcp-mysql

Added 1 June 2026

#mcp #mcp-server #model-context-protocol #mysql

Overview

Zhwt/go-mcp-mysql is a lightweight Model Context Protocol server written in Go for interacting with MySQL databases. It runs as a standalone binary without requiring Node.js or Python environments.

Best for

Best for
Developers who want a lightweight MCP server for MySQL without Node.js or Python overhead.

Use cases

  • Executing SQL queries through LLM agents
  • Automating database operations via MCP
  • Integrating MySQL with MCP-compatible tools

How to use

Install

go install -v github.com/Zhwt/go-mcp-mysql@latest

Tools exposed

  • list_database
  • list_table
  • create_table
  • alter_table
  • desc_table
  • read_query
  • write_query
  • update_query
  • delete_query

Example client config

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

Notes

Zhwt/go-mcp-mysql is a lightweight Model Context Protocol server written in Go for interacting with MySQL databases. It runs as a standalone binary without requiring Node.js or Python environments.

56 stars on GitHub. Last updated 2026-01-21. Licensed MIT.

Use cases

  • Executing SQL queries through LLM agents
  • Automating database operations via MCP
  • Integrating MySQL with MCP-compatible tools

Pros

  • Single binary deployment with no runtime dependencies
  • Simple and minimal configuration
  • Built in Go for performance

Cons

  • Small community and fewer updates (56 stars)
  • Limited to basic MCP features
  • May lack advanced authentication or query filtering

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Single binary deployment with no runtime dependencies
  • Simple and minimal configuration
  • Built in Go for performance

Cons

  • Small community and fewer updates (56 stars)
  • Limited to basic MCP features
  • May lack advanced authentication or query filtering
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks