Agent Plugins Marketplace
All plugins

basedash

v1.0.0-ghast.1

Analyze governed business data and create or inspect dashboards and charts.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

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

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

Plugin files

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

Included Skills1

basedashskills/basedash/SKILL.md

Use Basedash in Ghast. Analyze governed business data and create or inspect dashboards and charts. 分析受权限控制的业务数据,创建或查看仪表盘与图表。

MCP servers1

basedashStreamable HTTP
url
https://charts.basedash.com/api/public/mcp

Plugin manifests1

plugins/basedash/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "basedash",
  "version": "1.0.0-ghast.1",
  "description": "Analyze governed business data and create or inspect dashboards and charts.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://www.basedash.com/features/mcp-server",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://www.basedash.com/features/mcp-server",
      "connectorPublisher": "Basedash",
      "category": "data",
      "icon": "./assets/icon.svg",
      "displayName": "Basedash",
      "descriptions": {
        "en": "Analyze governed business data and create or inspect dashboards and charts.",
        "zh-CN": "分析受权限控制的业务数据,创建或查看仪表盘与图表。"
      }
    }
  }
}

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

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