mysql-mcp-server

mysql-mcp-server

1

The MySQL MCP Server is a model context protocol server designed to facilitate the execution of SQL queries on a MySQL database. It offers configurable settings and logs transactions for auditing purposes, serving as a bridge for integrating database operations into conversations with AI.

run_sql_query

Execute read-only SQL queries (SELECT statements only)

create_table

Create a new table in a MySQL database

insert_data

Insert data into the table

update_data

Update data in table

delete_data

Delete data from table