A Model Context Protocol server that provides access to MySQL databases through SSH tunnels. This server enables Claude and other LLMs to inspect database schemas and execute SQL queries securely.
Add MySQL connection configuration to the environment. export AZURE_MYSQL_USER= export AZURE_MYSQL_PASSWORD= export AZURE_MYSQL_HOST= export AZURE_MYSQL_NAME= export DEPLOYMENT_LOCATION=azure And in ...