Skip to main content
Glama

MySQL-MCP

by GuangYiDing
setup.py796 B
from setuptools import setup, find_packages setup( name="mysql-mcp", version="0.1.0", description="MySQL database connector for Claude using Model Context Protocol", author="Your Name", author_email="your.email@example.com", url="https://github.com/yourusername/mysql-mcp", packages=find_packages(), install_requires=[ "fastmcp>=0.4.0", "mysql-connector-python>=8.0.0", "python-dotenv>=0.19.0", "pydantic>=1.10.0", ], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], python_requires=">=3.10", entry_points={ "console_scripts": [ "mysql-mcp=mysql_mcp:mcp.run", ], }, )

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/GuangYiDing/mysql-mcp'

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