Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | MCP server address | 0.0.0.0 |
| MCP_PORT | No | MCP server port | 8000 |
| MYSQL_HOST | No | MySQL server address | localhost |
| MYSQL_PORT | No | MySQL port | 3306 |
| MYSQL_USER | No | Database username | root |
| QUERY_TIMEOUT | No | Query timeout in seconds | 30 |
| MYSQL_DATABASE | No | Database name | |
| MYSQL_PASSWORD | No | Database password |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |