Skip to main content
Glama

MySQL MCP Server

by michael7736

run_sql_query

Execute SELECT queries on a MySQL database to retrieve data using the MCP server. Supports read-only SQL operations for extracting information efficiently.

Instructions

Executes a read-only SQL query (SELECT statements only) against the MySQL database.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL SELECT query to execute.

Input Schema (JSON Schema)

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

Other Tools from MySQL MCP Server

Related Tools

  • @f4ww4z/mcp-mysql-server
  • @enemyrr/mcp-mysql-server
  • @sussa3007/mysql-mcp
  • @jacksteamdev/mcp-sqlite-bun-server
  • @devakone/mysql-query-mcp-server

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