mcp-server-starrocks

mcp-server-starrocks

3.2

If you are the rightful owner of mcp-server-starrocks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Control Protocol (MCP) server for interacting with StarRocks databases.

The StarRocks MCP Server provides a standardized interface for AI models to interact with StarRocks databases. It allows models to execute SELECT queries, list available tables, describe table schemas, and perform write operations like INSERT, UPDATE, and DELETE when not in read-only mode. This server is designed to facilitate seamless database operations for AI models, ensuring efficient data manipulation and retrieval.

Features

  • Execute SELECT queries on StarRocks databases
  • List available tables in the database
  • Describe table schemas for better understanding of data structure
  • Create new tables when not in read-only mode
  • Perform write operations like INSERT, UPDATE, DELETE when not in read-only mode

Tools

  1. read-query

    Execute a SELECT query on the StarRocks database

  2. list-tables

    List all tables in the StarRocks database

  3. describe-table

    Describe the schema of a specific table

  4. write-query

    Execute an INSERT, UPDATE, or DELETE query

  5. create-table

    Create a new table in the StarRocks database