Skip to main content
Glama
jason-ung

starrocks-mcp

by jason-ung

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
STARROCKS_HOSTYesStarRocks host
STARROCKS_PORTNoStarRocks port9030
STARROCKS_USERYesYour LDAP username
MAX_QUERY_LENGTHNoMaximum SQL query length10000
STARROCKS_DATABASENoDefault databaseads
STARROCKS_PASSWORDYesYour LDAP password
DEFAULT_QUERY_TIMEOUT_MSNoDefault query timeout (ms)30000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryC

Execute a SQL query against StarRocks and return results.

list_databasesA

List all databases in StarRocks

list_tablesC

List tables in a database

describe_tableB

Get table schema and column information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: describe_table focuses on schema details, execute_query handles SQL execution, list_databases enumerates databases, and list_tables lists tables within a database. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (describe_table, execute_query, list_databases, list_tables) with clear, descriptive verbs and nouns. There are no deviations in naming style.

Tool Count4/5

With 4 tools, the count is reasonable for a database interaction server, covering core operations like listing, describing, and querying. It might be slightly thin for advanced database management, but it's well-scoped for basic functionality.

Completeness3/5

The tools cover essential read and query operations (list, describe, execute), but there are notable gaps for a database server, such as create/update/delete operations for databases or tables, which could limit agent workflows for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues