ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use StarRocks with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. High-performance analytical database. manage clusters, tables, and query data via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete StarRocks capability set.

These are the exact actions your AI can choose when you ask it to work with StarRocks.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through StarRocks.

  1. 01

    List nodes

    List backend nodes

  2. 02

    Execute query

    Execute arbitrary SQL query

  3. 03

    Get storage usage

    Get data storage statistics

  4. 04

    Get table schema

    Get table structure

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through StarRocks.

  1. 05

    List databases

    List all databases

  2. 06

    List mvs

    List materialized views

  3. 07

    List tables

    List tables in a database

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through StarRocks.

  1. 08

    Get cluster info

    Get frontend nodes info

  2. 09

    List jobs

    List data load jobs

  3. 10

    List views

    List database views

Observed, not estimated

930ms average. Fast in production.

StarRocks is checked daily against the live service.

Daily averagePeak 1162ms
Aug 20Today
Fastest day
736ms
Slowest day
1162ms
14-day trend
Slowing+32%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of StarRocks, so you can see the experience inside your AI.

It does not authenticate your account with StarRocks. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

StarRocks Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_bhPoKhzny8myTwStxuxPah44hAT7Sn8O3RSNdBbS/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — StarRocks capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "starrocks-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_bhPoKhzny8myTwStxuxPah44hAT7Sn8O3RSNdBbS/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions StarRocks owners ask.

  • 01

    How do I find my StarRocks FE Host and Port?

    The FE Host is the IP address or domain of your StarRocks Frontend node. The default HTTP port is 8030. You can verify these in your deployment configuration or by contacting your administrator.

  • 02

    Can I execute DELETE or UPDATE queries through this server?

    Yes. Use the execute_query capability. As long as your authenticated user has the necessary permissions in StarRocks, you can execute any valid SQL statement, including DDL and DML operations.

  • 03

    Is it possible to monitor cluster health through the agent?

    Yes! Use the get_cluster_info and list_nodes capabilities to retrieve real-time status for all Frontend and Backend nodes, helping you identify offline or overloaded nodes instantly.