Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

__init__.py461 B
""" MySQL Tuner MCP - A Model Context Protocol server for MySQL performance tuning. Provides tools for: - Query performance analysis - Index recommendations - Database health monitoring - Configuration review """ from .server import MySQLTunerServer, ServerConfig, main, run __version__ = "0.0.1" __author__ = "DanielShih" __email__ = "dog830228@gmail.com" __all__ = [ "MySQLTunerServer", "ServerConfig", "main", "run", "__version__", ]

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/isdaniel/MySQL-Performance-Tuner-Mcp'

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