Skip to main content
Glama

MySQL Database Server

.env.example1.04 kB
# MySQL Connection Configuration # Copy this file to .env and update with your actual values # MySQL Server Settings MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USER=your_username MYSQL_PASS=your_password MYSQL_DB=your_database # Operation Permissions # Set to 'true' to enable, 'false' to disable # Default: false (read-only mode for safety) # Allow INSERT operations ALLOW_INSERT_OPERATION=false # Allow UPDATE operations ALLOW_UPDATE_OPERATION=false # Allow DELETE operations (use with extreme caution) ALLOW_DELETE_OPERATION=false # Note: DROP, TRUNCATE, and ALTER operations are always blocked for safety # Quick Configuration Presets: # Read-Only Mode (Recommended Default): # ALLOW_INSERT_OPERATION=false # ALLOW_UPDATE_OPERATION=false # ALLOW_DELETE_OPERATION=false # Development Mode (Safe testing): # ALLOW_INSERT_OPERATION=true # ALLOW_UPDATE_OPERATION=true # ALLOW_DELETE_OPERATION=false # Full Access Mode (Use with caution!): # ALLOW_INSERT_OPERATION=true # ALLOW_UPDATE_OPERATION=true # ALLOW_DELETE_OPERATION=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/thebusted/mcp-mysql-server'

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