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 (optional) | |
MYSQL_PASSWORD | No | Database password (optional, but recommended for secure connections) |
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 |
---|---|
list_databases | List all accessible databases on the MySQL server |
list_tables | List all tables in a specified database |
describe_table | Show the schema for a specific table |
execute_query | Execute a read-only SQL query |