Skip to main content
Glama

MCP MySQL Server

by sajithrw
.env.example540 B
# Example environment configuration # Copy this file to .env and update with your database credentials # MySQL Connection Settings MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USER=your_username MYSQL_PASSWORD=your_password MYSQL_DATABASE=your_database_name # SSL Settings (set to true for production/cloud databases) MYSQL_SSL=false # Example AWS RDS Configuration # MYSQL_HOST=mydb.abc123.us-west-2.rds.amazonaws.com # MYSQL_PORT=3306 # MYSQL_USER=admin # MYSQL_PASSWORD=your_secure_password # MYSQL_DATABASE=production # MYSQL_SSL=true

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

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