@cano721/mysql-mcp-server
by cano721
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | Yes | Database server hostname | |
| MYSQL_PORT | No | Database server port | 3306 |
| MYSQL_USER | Yes | Database username | |
| MYSQL_DATABASE | No | Default database name | |
| MYSQL_MAX_IDLE | No | Maximum idle connections | 10 |
| MYSQL_PASSWORD | No | Database password | |
| MYSQL_QUEUE_LIMIT | No | Maximum queued connection requests | 0 |
| MYSQL_IDLE_TIMEOUT | No | Idle timeout in milliseconds | 60000 |
| MYSQL_ALLOW_ANALYZE | No | Allow ANALYZE queries | true |
| MYSQL_ALLOW_EXPLAIN | No | Allow EXPLAIN queries | true |
| MYSQL_QUERY_TIMEOUT | No | Query timeout in milliseconds | 60000 |
| MYSQL_CONNECT_TIMEOUT | No | Connection timeout in milliseconds | 10000 |
| MYSQL_CONNECTION_LIMIT | No | Maximum connections in pool | 1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/cano721/mysql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server