StarRocks
By thumbsupordown
StarRocks maintains an MCP server that bridges assistants and StarRocks databases, handling both read and write paths — SELECT queries and DDL or DML commands are separate tools, which keeps the destructive surface explicit rather than hidden behind one generic execute. It also lists databases and tables with schemas, exposes system information through a proc:// resource path, and can render query results as Plotly charts. Communicates over a streamable HTTP endpoint using plain JSON, so no special SDK is required.
Tools
read_query
Run a read-only SELECT query against StarRocks and return the resulting rows.
write_query
Execute a DDL or DML statement against StarRocks that modifies schema or data.