Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLOW_DDL | No | Enable DDL operations CREATE/ALTER/DROP | false |
| POOL_SIZE | No | Connection pool size | 10 |
| MYSQL_HOST | No | Database host | localhost |
| MYSQL_PORT | No | Database port | 3306 |
| MYSQL_USER | No | Database username | root |
| ALLOW_WRITE | No | Enable all write operations | false |
| ALLOW_DELETE | No | Enable DELETE statements | false |
| ALLOW_INSERT | No | Enable INSERT statements | false |
| ALLOW_UPDATE | No | Enable UPDATE statements | false |
| QUERY_TIMEOUT | No | Query timeout in milliseconds | 30000 |
| ENABLE_LOGGING | No | Enable detailed logging | false |
| MYSQL_DATABASE | No | Target database (leave empty for multi-DB mode) | |
| MYSQL_PASSWORD | No | Database password | |
| MYSQL_SOCKET_PATH | No | Unix socket path (optional, overrides host/port) |
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 | |