Skip to main content
Glama

mysqldb-mcp-server

""" MySQL MCP Server A server for interacting with MySQL databases through MCP. """ from .server import mcp def main() -> None: """Run the MySQL MCP server""" mcp.run() __all__ = ['mcp', 'main']

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/burakdirin/mysqldb-mcp-server'

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