Agent Plugins Marketplace
All plugins

starrocks

v1.0.0-ghast.1

Explore StarRocks schemas, run SQL and create charts from analytical queries.

Agent Plugins1 Skill1 MCP serverstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/starrocks/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/starrocks/
├── plugin.json
├── skills/starrocks/SKILL.md
└── mcp.json

Included Skills1

starrocksskills/starrocks/SKILL.md

Use StarRocks in Ghast. Explore StarRocks schemas, run SQL and create charts from analytical queries. 浏览 StarRocks 数据结构、执行 SQL 并根据分析查询生成图表。

MCP servers1

starrocksstdio
command
uvx
args
--python 3.12 --with fastmcp==2.14.5 mcp-server-starrocks==0.4.0

Plugin manifests1

plugins/starrocks/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "starrocks",
  "version": "1.0.0-ghast.1",
  "description": "Explore StarRocks schemas, run SQL and create charts from analytical queries.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/StarRocks/mcp-server-starrocks",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/StarRocks/mcp-server-starrocks",
      "connectorPublisher": "StarRocks",
      "category": "data",
      "icon": "./assets/icon.svg",
      "displayName": "StarRocks",
      "descriptions": {
        "en": "Explore StarRocks schemas, run SQL and create charts from analytical queries.",
        "zh-CN": "浏览 StarRocks 数据结构、执行 SQL 并根据分析查询生成图表。"
      },
      "mcpServerExtensions": {
        "starrocks": {
          "credentialEnv": {
            "STARROCKS_URL": "$VAULT:starrocks-url"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[starrocks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/starrocks)