StarRocks MCP Server
Runs read and write SQL against a StarRocks cluster and returns overviews of tables and databases.
Add it to your client
Official- Transport
- stdio
- Runtime
- Python
- Auth
- Required
- License
- Apache-2.0
Published by the StarRocks project, this server keeps read and write paths as separate tools so a client can grant one without the other. Beyond raw SQL it offers proc-style browsing of the cluster and generated overviews of a table or an entire database, which saves the agent from issuing a dozen DESCRIBE statements before it can ask anything useful. Connection settings come from environment variables, and the same server works against an on-premise cluster or StarRocks Cloud.
Similar MCP servers
SingleStore MCP Server
MCP serverConnects agents to SingleStore workspaces: list databases, describe tables, run SQL.
MSSQL MCP Server
MCP serverMicrosoft's sample server for SQL Server and Azure SQL — schema browsing plus SQL execution.
ClickHouse MCP Server
MCP serverRun read-only SQL against ClickHouse and browse its databases and tables.

Comments(0)
Sign in to comment