Skip to main content
Glama

MySQL-MCP

by GuangYiDing
pyproject.toml887 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "mysql-mcp" version = "0.1.0" description = "MySQL connector for Claude using Model Context Protocol" readme = "README.md" authors = [ {name = "Your Name", email = "your.email@example.com"}, ] license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] requires-python = ">=3.10" dependencies = [ "fastmcp>=0.4.0", "mysql-connector-python", "python-dotenv", ] [project.optional-dependencies] dev = [ "black", "isort", "pytest", "pytest-cov", ] [project.urls] "Homepage" = "https://github.com/yourusername/mysql-mcp" "Bug Tracker" = "https://github.com/yourusername/mysql-mcp/issues" [project.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