Zhwt/go-mcp-mysql
🏎️ 🏠 – Easy to use, zero dependency MySQL MCP server built with Golang with configurable readonly mode and schema inspection.
Quick Start
Clone the repository:
git clone https://github.com/Zhwt/go-mcp-mysqlClaude 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.