risingwave
v1.0.0-ghast.1Connect through RisingWave’s official MCP to query streaming SQL, inspect schemas and jobs, and manage authorized database resources.
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-pluginsClone 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
├── plugin.json├── skills/risingwave/SKILL.md└── mcp.json
Included Skills1
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
- 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
{
"$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"
}
}
}
}
}
}For maintainers
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)