mcp-server-starrocks
Related Servers
Alternatives to mcp-server-starrocks
No user-submitted related servers found.
Related Servers
AlicenseAqualityAmaintenanceActs as a bridge between AI assistants and StarRocks databases, allowing for direct SQL execution and database exploration without requiring complex setup or configuration.8188Apache 2.0- AlicenseAqualityDmaintenanceEnables AI assistants to connect to and interact with PostgreSQL, MySQL, SQLite, and MongoDB databases through natural language, supporting schema exploration, query execution, data export, and more.13MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to directly query MySQL databases, list tables, and view table structures through natural language.7 npmMIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Metabase for database queries, SQL execution, dashboard management, and analytics workflows via natural language.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to query databases using natural language, with automatic schema discovery and SQL compilation.1,042 npm3,168Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to securely access Snowflake data warehouses through natural language, executing SQL queries and retrieving insights with support for multiple authentication methods.4MIT
TDQS
Scored across 11 tools
Tools generally have distinct targets: read_query for SELECT, write_query for DDL/DML, profiling/analysis tools for diagnostics, and overview tools for schema/table information. The main potential confusion is between analyze_query and collect_query_dump_and_profile, but their descriptions indicate different collection vs. analysis purposes.
All names use snake_case and many follow a verb_noun pattern like write_query, read_query, and analyze_query. However, tools like table_overview, db_summary, top_hot_tables, and query_and_plotly_chart break that pattern, making the overall convention mixed though still readable.
11 tools is well-scoped for a StarRocks database and query-analysis server. Each tool covers a distinct capability and the count is neither too small to be useful nor too large to be overwhelming.
The set covers query execution, schema/table overviews, performance analysis, query profiling, and session database management. An explicit list_databases/list_tables tool is missing, but db_summary and table_overview largely compensate for that gap.