Skip to main content
Glama
fabiovige

MySQL MCP Server (Optimized)

by fabiovige

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_HOSTYesThe hostname or IP address of the MySQL server.localhost
MYSQL_PORTYesThe port number on which the MySQL server is listening.3306
MYSQL_USERYesThe username to connect to the MySQL database.
MYSQL_DATABASEYesThe name of the MySQL database to connect to.
MYSQL_PASSWORDYesThe password to connect to the MySQL database.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_query

Executa uma query SQL no banco MySQL

describe_table

Descreve a estrutura de uma tabela

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_tableAnalisa uma tabela específica
find_large_tablesEncontra tabelas com mais registros
database_overviewVisão geral do banco de dados

Resources

Contextual data attached and managed by the client

NameDescription
Lista de Bancos de DadosLista todos os bancos de dados disponíveis
Lista de TabelasLista todas as tabelas do banco atual
Schema do BancoSchema completo do banco de dados atual

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/fabiovige/mcp-mysql-simple'

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