Skip to main content
Glama

MySQL MCP Server

MIT License
567
  • 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

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/designcomputer/mysql_mcp_server'

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