Skip to main content
Glama

MySQL MCP Server

by michael7736

execute_sql

Execute non-SELECT SQL statements like ALTER TABLE, INSERT, UPDATE, or DELETE directly on a MySQL database using the MySQL MCP Server for database management tasks.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL statement to execute.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL statement to execute.", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from MySQL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michael7736/mysql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server