go-mcp-mysql and mcp-zero
These two tools are ecosystem siblings within the MCP server landscape, with Zhwt/go-mcp-mysql being a specific implementation of an MCP server for MySQL interactions, while zeromicro/mcp-zero is a broader, AI-assisted MCP server built on the go-zero framework for general API, RPC, and model generation.
About go-mcp-mysql
Zhwt/go-mcp-mysql
Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation. No Node.js or Python environment needed.
Compiled as a standalone Go binary that integrates directly with Claude and other MCP-compatible AI clients, exposing schema discovery and CRUD operations through dedicated tools for querying, inserting, updating, and deleting data. Includes optional query plan validation via `EXPLAIN` statements and a read-only mode to restrict operations to safe retrieval commands, preventing unintended modifications.
About mcp-zero
zeromicro/mcp-zero
Model Context Protocol (MCP) server for go-zero framework - Generate APIs, RPC services, and models with AI assistance.
Implements a comprehensive MCP server that wraps go-zero's goctl CLI, exposing 10+ tools for scaffolding REST/gRPC services, generating models from database schemas (MySQL, PostgreSQL, MongoDB), and analyzing project structure. Works by delegating to the local goctl binary via subprocess execution, with configuration managed through Claude Desktop's MCP settings. Integrates directly with Claude as an AI-powered code generation assistant, enabling natural language prompts to drive service and model generation workflows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work