MySQL MCP Server

MIT License
360
  • Linux
  • Apple

execute_sql

Run SQL queries on a MySQL database through a structured interface, enabling controlled data retrieval and analysis for safer database exploration.

Instructions

Execute an SQL query on the MySQL server

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: vijdhok35p