go-mcp-mysql and mcp-gopls
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-gopls
hloiseau/mcp-gopls
Model Context Protocol (MCP) server for Go using gopls – LSP-powered analysis, tests, coverage, and tooling.
Exposes LSP capabilities (go-to-definition, hover, completion, formatting, code actions) and Go tooling (test execution, coverage analysis, `go mod tidy`, `govulncheck`, module graph) via MCP tools and resources, enabling AI assistants to perform full-featured code navigation and refactoring. Built on the `mark3labs/mcp-go` library communicating with `gopls` over LSP, with progress streaming for long-running operations and structured logging. Includes curated MCP resources (`workspace/overview`, `workspace/go.mod`) and custom prompts for diagnostic summarization and refactor planning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work