mysql-server-mcp

gvishnoi/mysql-server-mcp

3.1

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

This project implements a Model Context Protocol (MCP) server that exposes MySQL database operations as tools.

Tools

Functions exposed to the LLM to take actions

run_sql_query

Executes a read-only SELECT query and returns the result set.

create_table

Executes a CREATE TABLE statement.

insert_data

Executes an INSERT INTO statement.

update_data

Executes an UPDATE statement.

delete_data

Executes a DELETE FROM statement.

execute_sql

Executes any non-SELECT statement (e.g., ALTER, DROP, etc.).

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources