Skip to content
StarRocks MCP logo

Run SQL, explore databases and read internal metrics on a StarRocks cluster

Visit Website
Tracked since2026
0 reviews tracked

What is StarRocks MCP?

Editorial review
The StarRocks MCP server connects an AI client straight to a StarRocks cluster, covering both querying and the operational side that usually needs a separate console. read_query executes SELECT statements and other result returning commands, with an option to write output to a file for large results, while write_query runs DDL and DML that return no result set. analyze_query examines query performance using query profiles or EXPLAIN ANALYZE, which is what turns an agent from a query writer into something that can explain why a query is slow. Exploration and health tools sit on top. table_overview returns a table's structure, row count and sample rows, and db_overview does the same across every table in a database, so an agent can orient itself before writing SQL. top_hot_tables ranks the most accessed tables from audit logs and top_bad_tables surfaces the tables with the lowest health scores. query_and_plotly_chart runs a query and generates a chart from the result in one step. Alongside the tools, MCP resources expose the database list, the tables in a database, a table's schema, and internal proc paths covering frontends, backends, transactions and running jobs. The server is a Python package run through the uv package manager, configured with host, port, user and password environment variables or a single connection URL, with optional macOS Keychain storage for the password, and it supports stdio and streamable HTTP transports. It suits analytics engineers and platform teams operating StarRocks.

Preview

Key Features

Run SELECT queries and DDL or DML statements against the clusterAnalyze query performance with query profiles and EXPLAIN ANALYZEGet table and database overviews with structure, row counts and sample rowsRank hottest tables from audit logs and flag tables with low health scoresGenerate a chart directly from a SQL resultExpose schemas, table lists and internal proc metrics as MCP resources

Pricing Plans

Pricing checked Aug 18, 2026

Open Source

Free

  • Full source code access
  • Community support
  • Self-hosted

Is StarRocks MCP worth the price?

75/100

The Open Source tier is free, which is generous for self-hosted users who want full control, but the lack of any paid tier or managed service means advanced users may face hidden operational costs for infrastructure and scaling.

This pricing is best for small teams or developers who can self-host and need no vendor lock-in.

Hidden Costs & Gotchas

No managed service; must self-host wholly

Community support only; no SLA guarantees

Scaling requires your own server/cloud costs

No premium features or enterprise security

How StarRocks MCP Compares to Competitors

StarRocks MCP's free self-hosted model is more generous than proprietary database MCP services that require per-seat or per-query fees. Unlike closed-source alternatives like Datadog's observability tools or Snowflake's managed data warehouse, StarRocks offers full code transparency but no zero-ops convenience.

Reviews

Improve Your Thinking Patterns Using ChatGPT cover
$99Free with your review

Review StarRocks MCP, get a free AI guide

Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.

Write a review

Best StarRocks MCP Alternatives

Top alternatives based on features, pricing, and user needs.

View full list →

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

Guides & Articles