Skip to main content
Glama

StarRocks MCP Server

Official

write_query

Execute DDL/DML or other StarRocks commands without a ResultSet, enabling direct SQL operations on the StarRocks database through the MCP server interface.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
queryYesSQL to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SQL to execute", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from StarRocks MCP Server

Related Tools

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