Skip to main content
Glama

MySQL MCP Server

MIT License
898
  • Linux
  • Apple
pyproject.toml687 B
[project] name = "mysql_mcp_server" version = "0.2.2" description = "A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured." readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "mysql-connector-python>=9.1.0", ] [[project.authors]] name = "Dana K. Williams" email = "dana_w@designcomputer.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] mysql_mcp_server = "mysql_mcp_server: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/designcomputer/mysql_mcp_server'

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