Vitess Cluster Administration
Workflow capability for administering Vitess database clusters via the VTAdmin API. Combines cluster topology inspection, tablet management, keyspace and schema administration, VReplication workflow monitoring, backup auditing, and VTGate management into a unified interface. Used by database administrators, site reliability engineers, and platform engineers managing large-scale MySQL deployments on Kubernetes.
What You Can Do
MCP Tools
get-clusters
List all registered Vitess clusters and their identifiers
get-tablets
List all VTTablet instances with type (PRIMARY/REPLICA), shard, keyspace, and state
get-tablet
Get detailed information about a specific tablet including health and replication status
get-keyspaces
List all Vitess keyspaces (logical databases) and their sharding configuration
get-schemas
List database schemas for all keyspaces across clusters
get-schema
Get table definitions and index information for a specific keyspace
get-workflows
List VReplication workflows including MoveTables, Reshard, and Materialize operations
get-backups
List all tablet backups to audit backup coverage and find latest backup per shard
get-cells
List all cells (availability zones and data center locations) across clusters
get-gates
List all VTGate proxy instances and their configured keyspaces
get-cluster-topology
Get the complete topology of a Vitess cluster including all keyspaces, shards, and tablets