mysql-mcp.md

MySQL MCP

from"mysql"
650

MySQL database integration and queries

Databases
MySQLSQLdatabaserelational
install.sh
# Clone the repository
$git clone https://github.com/designcomputer/mysql_mcp_server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve