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 SQL execution, data exploration, and visualization.
The StarRocks Official MCP Server is designed to bridge AI assistants with StarRocks databases, allowing for efficient SQL execution, database exploration, and data visualization. It supports direct SQL execution, database exploration, and provides detailed schema and data overviews. The server also offers intelligent caching to enhance performance and flexible configuration through environment variables. It is typically run via an MCP host, with configuration details passed to specify how to launch the server process. The server supports various tools for executing queries, generating data visualizations, and retrieving database information.
Features
- Direct SQL Execution: Supports running SELECT queries and DDL/DML commands.
- Database Exploration: Lists databases and tables, retrieves table schemas.
- System Information: Accesses internal StarRocks metrics and states.
- Detailed Overviews: Provides comprehensive summaries of tables and databases.
- Data Visualization: Generates Plotly charts from query results.
Tools
read_query
Execute a SELECT query or return a result set command
write_query
Execute the StarRocks command that does not return the result set, etc.