Back to MCP Servers
Go Mcp Mysql
Easy to use, zero dependency MySQL MCP server built with Golang with configurable readonly mode and schema inspection.
databasesgomysql
By Zhwt
Installation
npx -y go-mcp-mysqlConfiguration
{
"mcpServers": {
"go-mcp-mysql": {
"command": "npx",
"args": ["-y", "go-mcp-mysql"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes