MySQL Database Access

MIT License
695
17
  • Linux
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_HOSTYesDatabase server hostname
MYSQL_PORTNoDatabase server port3306
MYSQL_USERYesDatabase username
MYSQL_DATABASENoDefault database name (optional)
MYSQL_PASSWORDNoDatabase password (optional, but recommended for secure connections)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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

ID: ddav9xbsbv