Agent Plugins Marketplace
All plugins

risingwave

v1.0.0-ghast.1

Connect through RisingWave’s official MCP to query streaming SQL, inspect schemas and jobs, and manage authorized database resources.

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/risingwave/.

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

Plugin files

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

Included Skills1

risingwaveskills/risingwave/SKILL.md

Use RisingWave in Ghast. Connect through RisingWave’s official MCP to query streaming SQL, inspect schemas and jobs, and manage authorized database resources. 通过 RisingWave 官方 MCP 查询流式 SQL、检查表结构与作业,并管理已授权的数据库资源。

MCP servers1

risingwavestdio
command
uv
args
run --no-project --no-config --python 3.12 --with fastmcp==4.0.3 --with risingwave-py==0.0.2 --with psycopg2-binary==2.9.12 python ${PLUGIN_ROOT}/upstream/src/main.py
cwd
${PLUGIN_DATA}
env.MCP_TRANSPORT
stdio
env.PYTHONDONTWRITEBYTECODE
1

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/risingwave/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "risingwave",
  "version": "1.0.0-ghast.1",
  "description": "Connect through RisingWave’s official MCP to query streaming SQL, inspect schemas and jobs, and manage authorized database resources.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/risingwavelabs/risingwave-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/risingwavelabs/risingwave-mcp",
      "connectorPublisher": "RisingWave",
      "category": "data",
      "icon": "./assets/icon.png",
      "displayName": "RisingWave",
      "descriptions": {
        "en": "Connect through RisingWave’s official MCP to query streaming SQL, inspect schemas and jobs, and manage authorized database resources.",
        "zh-CN": "通过 RisingWave 官方 MCP 查询流式 SQL、检查表结构与作业,并管理已授权的数据库资源。"
      },
      "mcpServerExtensions": {
        "risingwave": {
          "credentialEnv": {
            "RISINGWAVE_CONNECTION_STR": "$VAULT:risingwave-connection-string"
          }
        }
      }
    }
  }
}

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

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