starrocks-mcp
by jason-ung
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| STARROCKS_HOST | Yes | StarRocks host | |
| STARROCKS_PORT | No | StarRocks port | 9030 |
| STARROCKS_USER | Yes | Your LDAP username | |
| MAX_QUERY_LENGTH | No | Maximum SQL query length | 10000 |
| STARROCKS_DATABASE | No | Default database | ads |
| STARROCKS_PASSWORD | Yes | Your LDAP password | |
| DEFAULT_QUERY_TIMEOUT_MS | No | Default query timeout (ms) | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/jason-ung/starrocks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server