Skip to main content
Glama

MySQL Query MCP Server

by devakone

info

Retrieve detailed information from MySQL databases by specifying the target environment (local, development, staging, production). Facilitates database exploration and data investigation for AI-powered tools.

Instructions

Get information about MySQL databases

Input Schema

NameRequiredDescriptionDefault
environmentYesTarget environment to get information from

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Target environment to get information from", "enum": [ "local", "development", "staging", "production" ], "type": "string" } }, "required": [ "environment" ], "type": "object" }

Other Tools from MySQL Query 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/devakone/mysql-query-mcp-server'

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