Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@decster decster released this 11 Mar 12:36
· 34 commits to main since this release

Version 0.1.0 (Initial Release)

We are excited to announce the first release of the StarRocks MCP (Model Context Protocol) Server. This server enables AI assistants to interact directly with StarRocks databases, providing a seamless interface for executing queries and retrieving database information.

Description

The StarRocks MCP Server acts as a bridge between AI assistants and StarRocks databases, allowing for direct SQL execution and database exploration without requiring complex setup or configuration. This initial release provides essential functionality for database interaction while maintaining security and performance.

Features

  • SQL Query Execution

    • read_query tool for executing SELECT queries and commands that return result sets
    • write_query tool for executing DDL/DML statements and other StarRocks commands
    • Proper error handling and connection management
  • Database Exploration

    • List all databases in a StarRocks instance
    • View table schemas using SHOW CREATE TABLE
    • List all tables within a specific database
  • System Information Access

    • Access to StarRocks internal system information via proc-like interface
    • Visibility into FE nodes, BE nodes, CN nodes, databases, tables, partitions, transactions, jobs, and more
  • Flexible Configuration

    • Configurable connection parameters (host, port, user, password)
    • Support for both package installation and local directory execution