Overview
Features
Direct SQL Execution
Run SELECT queries (read_query) and DDL/DML commands (write_query) against StarRocks.
Database Exploration
List databases and tables and retrieve table schemas via starrocks:// resources.
System Information
Access internal StarRocks metrics and states through the proc:// resource path.
Detailed Overviews
Get comprehensive table_overview or db_overview summaries including column definitions, row counts, and sample data.
Data Visualization
Execute a query and generate a Plotly chart directly from the results using query_and_plotly_chart.
Intelligent Caching
Cache table and database overviews in memory to speed up repeated requests; bypass cache when needed.
Flexible Configuration
Configure connection details and behavior via environment variables and command-line options.




