Skip to main content
Glama
iamdylanngo

MySQL MCP Server

by iamdylanngo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoMySQL hostlocalhost
DB_NAMENoDatabase namemydb
DB_PORTNoMySQL port3306
DB_USERNoMySQL userroot
DB_PASSWORDNoMySQL password
DB_POOL_LIMITNoConnection pool size10

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
select_mysql_versionD

MySQL version.

list_tablesB

Listing all table, that connected to the database.

describe_tableC

Show columns, types, and constraints for a table.

queryB

Run a read-only SELECT query with optional params (? placeholders).

mutateC

Run an INSERT, UPDATE, or DELETE statement with optional params

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: listing tables, describing a table, running SELECT queries, running INSERT/UPDATE/DELETE, and fetching MySQL version. There is no overlap.

Naming Consistency3/5

Tool names mix verb_noun patterns (list_tables, describe_table) with single-verb names (mutate, query) and a verbose name (select_mysql_version). The inconsistency could confuse an agent about naming conventions.

Tool Count5/5

With 5 tools covering listing, describing, querying, mutating, and version checking, the tool count is well-scoped for a MySQL server providing basic database interaction.

Completeness3/5

The tools cover essential read/write operations and schema inspection, but lack DDL tools like create or drop table. The mutate tool is limited to DML, so agents cannot perform schema changes.

Maintenance

ActivityStale
ResponsivenessUnresponsive