Skip to main content
Glama
aliyun

Adb MySQL MCP Server

Official
by aliyun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADB_MYSQL_HOSTYesThe host address of the AnalyticDB for MySQL database
ADB_MYSQL_PORTYesThe port number of the AnalyticDB for MySQL database
ADB_MYSQL_USERYesThe username for the AnalyticDB for MySQL database
ADB_MYSQL_DATABASEYesThe database name in the AnalyticDB for MySQL cluster
ADB_MYSQL_PASSWORDYesThe password for the AnalyticDB for MySQL database

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_sqlC

Execute a SQL query in the Adb MySQL Cluster

get_query_planC

Get the query plan for a SQL query

get_execution_planC

Get the actual execution plan with runtime statistics for a SQL query

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
All of the databasesDisplay all of the databases in Adb MySQL

TDQS

B3/5.0

Scored across 3 tools

Disambiguation3/5

The tools have overlapping purposes focused on SQL query analysis, with execute_sql clearly distinct for running queries, but get_execution_plan and get_query_plan could be confused as both relate to query plans. Descriptions help differentiate them slightly (one includes runtime statistics), but the boundaries are somewhat unclear.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (execute_sql, get_execution_plan, get_query_plan) with clear, predictable naming. There are no deviations in style or convention across the set.

Tool Count3/5

With only 3 tools, the server feels thin for a MySQL cluster management domain, as it lacks operations for database/table management, user permissions, or monitoring. However, the tools are focused on query execution and analysis, which is a reasonable but limited scope.

Completeness2/5

For a MySQL server, there are significant gaps in the tool surface: no CRUD operations for databases/tables, no user management, no backup/restore, and no monitoring tools. The set only covers query execution and plan analysis, leaving many core database management tasks unaddressed.

Maintenance

ActivitySlowing
ResponsivenessNo issues