Skip to main content
Glama
chenkumi

easy-mysql-admin-mcp

by chenkumi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_HOSTYesMySQL host name or IP address
MYSQL_PORTNoMySQL port3306
MYSQL_USERYesMySQL user name
MYSQL_DATABASEYesDefault database/schema used for the admin connection
MYSQL_MAX_IDLENoMaximum number of idle pool connections10
MYSQL_PASSWORDYesMySQL password
MYSQL_QUEUE_LIMITNoMaximum queued connection requests0
MYSQL_IDLE_TIMEOUTNoIdle connection timeout in milliseconds60000
MYSQL_CONNECTION_LIMITNoMaximum number of active pool connections10
MYSQL_ENABLE_KEEP_ALIVENoWhether TCP keep-alive is enabledtrue
MYSQL_WAIT_FOR_CONNECTIONSNoWhether the pool waits when all connections are busytrue
MYSQL_ADMIN_TOKEN_TTL_SECONDSNoConfirmation token lifetime in seconds120
MYSQL_KEEP_ALIVE_INITIAL_DELAYNoInitial TCP keep-alive delay in milliseconds0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mysql_list_databasesA

List databases in the current MySQL instance.

mysql_create_databaseC

Create a database.

mysql_describe_databaseC

Inspect a database definition.

mysql_drop_databaseA

Request database deletion and return a short-lived confirmation token.

mysql_list_usersA

List MySQL users.

mysql_create_userC

Create a MySQL user.

mysql_alter_user_passwordC

Change a MySQL user password.

mysql_grant_privilegesC

Grant privileges on a database to a user.

mysql_revoke_privilegesB

Revoke privileges on a database from a user.

mysql_show_grantsC

Show grants for a user.

mysql_drop_userC

Request user deletion and return a short-lived confirmation token.

mysql_confirm_taskC

Confirm and execute a previously issued destructive action token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/chenkumi/easy-mysql-admin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server