Skip to main content
Glama

MySQL Database Access

MIT License
419
17
  • Linux
  • Apple
# Connection parameters MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USER=your-mysql-user MYSQL_PASSWORD=your-mysql-password MYSQL_DATABASE=your-default-database # Advanced connection pool parameters MYSQL_CONNECTION_LIMIT=10 # Maximum number of connections in the pool (default: 10) MYSQL_QUEUE_LIMIT=0 # Maximum number of connection requests to queue (default: 0, unlimited) MYSQL_CONNECT_TIMEOUT=10000 # Connection timeout in milliseconds (default: 10000) MYSQL_IDLE_TIMEOUT=60000 # How long a connection can be idle before being released (in milliseconds) MYSQL_MAX_IDLE=10 # Maximum number of idle connections to keep in the pool

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

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