kxkaloo/mcp-server-starrocks
If you are the rightful owner of mcp-server-starrocks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The StarRocks Official MCP Server facilitates seamless interaction between AI assistants and StarRocks databases, enabling efficient data management and visualization.
Tools
Functions exposed to the LLM to take actions
read_query
Execute a SELECT query or other commands that return a ResultSet.
write_query
Execute a DDL, DML, or other StarRocks command that does not return a ResultSet.
query_and_plotly_chart
Execute a SQL query and generate a Plotly chart from the results.
table_overview
Get an overview of a specific table, including columns, row count, and sample rows.
db_overview
Get an overview for all tables within a specified database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client