mcp-mysql-server

actstorms/mcp-mysql-server

3.1

If you are the rightful owner of mcp-mysql-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with a MySQL database, allowing MCP clients to query and modify data.

Tools

Functions exposed to the LLM to take actions

query

Executes a read-only SQL query (SELECT, SHOW, DESCRIBE) against the configured database.

insert

Executes an INSERT SQL statement. Requires MYSQL_ALLOW_WRITE_OPS to be set to true.

update

Executes an UPDATE SQL statement. Requires MYSQL_ALLOW_WRITE_OPS to be set to true.

delete

Executes a DELETE SQL statement. Requires MYSQL_ALLOW_WRITE_OPS to be set to true.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources