Skip to main content
Glama
cano721

@cano721/mysql-mcp-server

by cano721

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
MYSQL_MAX_IDLENoMaximum idle connections10
MYSQL_PASSWORDNoDatabase password
MYSQL_QUEUE_LIMITNoMaximum queued connection requests0
MYSQL_IDLE_TIMEOUTNoIdle timeout in milliseconds60000
MYSQL_ALLOW_ANALYZENoAllow ANALYZE queriestrue
MYSQL_ALLOW_EXPLAINNoAllow EXPLAIN queriestrue
MYSQL_QUERY_TIMEOUTNoQuery timeout in milliseconds60000
MYSQL_CONNECT_TIMEOUTNoConnection timeout in milliseconds10000
MYSQL_CONNECTION_LIMITNoMaximum connections in pool1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databasesB

List all accessible databases on the MySQL server. 한글: 데이터베이스 목록, DB 목록, 데이터베이스 조회

list_tablesA

List all tables in a specified database. 한글: 테이블 목록, 테이블 조회, 테이블 리스트

describe_tableB

Show the schema for a specific table. 한글: 테이블 스키마, 테이블 구조, 컬럼 정보, 테이블 설명

execute_queryA

Execute a read-only SQL query. 한글: 쿼리 실행, SQL 실행, 조회 쿼리

get_related_tablesA

Find all related/connected/associated tables linked to a specific table through foreign keys. Discovers table relationships and dependencies with depth traversal. Use this when asked to find related tables, connected tables, associated tables, or table relationships. 한글: 연관 테이블, 관련 테이블, 연결된 테이블, 테이블 관계, 참조 테이블, FK 관계

explain_queryB

Analyze query execution plan using EXPLAIN. 한글: 쿼리 실행 계획, 쿼리 분석, EXPLAIN

analyze_queryB

Analyze query performance and statistics using ANALYZE. 한글: 쿼리 성능 분석, 쿼리 통계, ANALYZE

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a distinct purpose: listing databases, listing tables, describing table schemas, executing read-only queries, analyzing performance, explaining execution plans, and discovering table relationships. No overlap between tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_databases, describe_table, execute_query), making it predictable and easy for an agent to infer functionality.

Tool Count5/5

With 7 tools, the server covers the essential operations for a MySQL read-only analysis server: exploration (databases, tables, schema), query execution, performance analysis (EXPLAIN, ANALYZE), and relationship discovery. The count is well-scoped.

Completeness5/5

The tool set provides full lifecycle coverage for read-only database analysis: listing, describing, querying, analyzing, and relating. There are no obvious gaps for the intended purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues