Skip to main content
Glama

MySQL MCP Server

execute_sql

Execute non-SELECT SQL statements such as ALTER TABLE or DROP on a MySQL database using the MySQL MCP Server for efficient database management and modifications.

Instructions

执行任意非 SELECT 的 SQL 语句(如 ALTER TABLE、DROP 等)

Input Schema

NameRequiredDescriptionDefault
queryYes要执行的 SQL 语句

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "要执行的 SQL 语句", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

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/alittleyellowkevin/Mysql-MCP'

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