StarRocks icon

StarRocks

Createdhagsmand

Provides a standardized Model Control Protocol (MCP) interface for AI models to interact with StarRocks databases.

About

The StarRocks MCP Server offers a structured interface for AI models to query and manage StarRocks databases. Through a defined set of tools, AI models can execute SELECT queries, list available tables, describe table schemas, and, when not in read-only mode, create new tables and perform write operations like INSERT, UPDATE, and DELETE. This standardized protocol facilitates seamless interaction between AI models and StarRocks, enabling efficient data access and manipulation.

Key Features

  • Executes SELECT queries on StarRocks databases via a standardized interface.
  • Provides both read-only and write toolsets for secure database interaction.
  • Lists available tables and describes their schemas.
  • 0 GitHub stars
  • Supports creating new tables (when not in read-only mode).
  • Enables write operations like INSERT, UPDATE, and DELETE (when not in read-only mode).

Use Cases

  • Allows AI models to retrieve data from StarRocks for analysis and decision-making.
  • Enables AI models to update and modify data within StarRocks.
  • Facilitates automated database schema exploration and management for AI-driven applications.