Overview
Features
execute_sql
Execute SQL queries against AnalyticDB for MySQL cluster.
get_query_plan
Retrieve the query plan for a SQL query.
get_execution_plan
Fetch the actual execution plan with runtime statistics for a SQL query.
Built-in Resources
adbmysql:///databases: Retrieve all databases in the AnalyticDB for MySQL cluster.
Resource Template: Tables
adbmysql:///{schema}/tables: List all tables in a specific database.
Resource Template: DDL
adbmysql:///{database}/{table}/ddl: Get the DDL script for a table.
Resource Template: Config Values
adbmysql:///{config}/{key}/value: Get a config value for the cluster.
Deployment Modes
Supports Local File mode and PIP mode MCP client integration for configuration.
Who Is This For?
- AI Agents:Interface for AI agents to access metadata and execute SQL on AnalyticDB for MySQL.
- MCP Integrators:Configure and deploy MCP client connections to AnalyticDB for MySQL MCP Server.




