Skip to main content
Glama

MySQL Hub MCP Server

by CHOIJun-0613

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
GROQ_MODELNoGroq model to usellama3-8b-8192
LOG_FORMATNoLogging format%(asctime)s - %(name)s - %(levelname)s - %(message)s
MYSQL_HOSTYesMySQL database hostlocalhost
MYSQL_PORTYesMySQL database port3306
MYSQL_USERYesMySQL database usernamedevuser
OLLAMA_URLNoOllama server URLhttp://localhost:11434
AI_PROVIDERNoAI provider to use (groq or ollama)ollama
SERVER_HOSTNoServer hostlocalhost
SERVER_PORTNoServer port8000
GROQ_API_KEYNoGroq API key (required when AI_PROVIDER=groq)
OLLAMA_MODELNoOllama model to usellama3:8b
MYSQL_DATABASEYesMySQL database namedevdb
MYSQL_PASSWORDYesMySQL database password

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

No tools

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/CHOIJun-0613/mysql-hub-mcp'

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