Skip to main content
Glama
myexperimenthub

local-mysql

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_HOSTYesMySQL host, e.g., 127.0.0.1
MYSQL_PORTYesMySQL port, e.g., 3306
MYSQL_USERYesMySQL user, e.g., mcp_reader
MYSQL_DATABASEYesMySQL database name
MYSQL_MAX_ROWSYesMaximum rows returned by queries, e.g., 200
MYSQL_PASSWORDYesMySQL password

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
queryB

Run a single read-only MySQL query. SELECT, SHOW, DESCRIBE, DESC, EXPLAIN, and WITH are allowed.

list_databasesA

List databases visible to the configured MySQL user.

list_tablesA

List tables in the configured database or in the database argument.

describe_tableC

Show column metadata for a table.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: describe_table for column metadata, list_databases for databases, list_tables for tables, and query for arbitrary read-only SQL. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: describe_table, list_databases, list_tables, query. The pattern is uniform and predictable.

Tool Count5/5

With 4 tools, the set is well-scoped for a read-only MySQL server. It covers the essential operations without unnecessary extras.

Completeness4/5

The tools cover listing databases and tables, describing table structure, and running arbitrary read queries. Minor omissions like SHOW VARIABLES could be added but are accessible via query.

Maintenance

ActivityInactive
ResponsivenessNo issues