Skip to main content
Glama

StarRocks MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
All DatabasesList all databases in StarRocks

Tools

Functions exposed to the LLM to take actions

NameDescription
read_query

Execute a SELECT query or commands that return a ResultSet

write_query

Execute a DDL/DML or other StarRocks command that do not have a ResultSet

query_and_plotly_chart

using sql query to extract data from database, then using python plotly_expr to generate a chart for UI to display

table_overview

Get an overview of a specific table: columns, sample rows (up to 5), and total row count. Uses cache unless refresh=true

db_overview

Get an overview (columns, sample rows, row count) for ALL tables in a database. Uses cache unless refresh=True

analyze_query

Analyze query via profile

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/StarRocks/mcp-server-starrocks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server