Releases: iamdylanngo/mysql-mcp-server
Releases · iamdylanngo/mysql-mcp-server
V1.0.2
Full Changelog: v1.0.2...v1.0.2
Update the README guide to install msql-mcp-server in Claude Code.
V1.0.1
Full Changelog: v1.0.1...v1.0.1
Update MySQL MCP Server Claude Icon
V1.0.0
Full Changelog: v1.0.0...v1.0.0
MySQL MCP Server
A Model Context Protocol (MCP) server that connects Claude (or any MCP-compatible client) to a MySQL database. It exposes tools for schema inspection and running read/write queries over a stdio transport.
Tools
| Tool | Description |
|---|---|
select_mysql_version |
Returns the connected MySQL server version |
list_tables |
Lists all tables in the connected database |
describe_table |
Shows columns, types, and constraints for a given table |
query |
Runs a read-only SELECT query with optional ? placeholder params |
mutate |
Runs an INSERT, UPDATE, or DELETE statement with optional params |
Note:
mutaterejectsSELECTstatements — usequeryfor reads.