🇺🇸 Allows AI models to access and interact with StarRocks databases. This is done by providing the ability to read and write data in tables and schemas using a flexible Python server.
🇰🇷 AI 모델이 StarRocks 데이터베이스와 상호작용할 수 있도록, 테이블, 스키마, 데이터에 대한 읽기 및 쓰기 접근을 제공하는 Python 기반의 서버를 통해 설정 가능한 모드로 지원합니다.
🇯🇵 「Pythonベースのサーバーを通じて、テーブル、スキーマ、データへの読み取りおよび書き込みアクセスを提供することによって、AIモデルがStarRocksデータベースとやり取りできるようにします。」
🇨🇳 通过一个基于Python的服务器,提供可配置模式,使人工智能模型能够与StarRocks数据库进行交互,访问和修改表、模式和数据。
Description
StarRocks MCP Server provides a standardized interface for AI models to interact with StarRocks databases, enabling querying, table management, and data manipulation through a set of predefined tools. Built with Python and supporting both read-only and write modes, the server allows AI assistants to execute SELECT queries, list tables, describe schemas, and perform write operations like INSERT and CREATE TABLE when not in read-only mode.