plugins

Solid

Install Superset plugins, connect the accounts they need, and call their MCP tools through the credential proxy. Use when the user wants a plugin installed, removed, enabled, or connected, asks what tools a plugin exposes, wants to call one, adds a marketplace, or asks why a plugin's tools are not available.

AI & Automation 14,079 stars 1259 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plugins and their tools A plugin brings two things: **skills**, which land in the directories agents read, and **MCP tools**, which are called through Superset's proxy. Install state lives on the account, so a plugin installed here is installed everywhere you sign in. The credential does not. It stays server-side, and no token is ever written to this machine. ## 1. See what is there ```bash superset plugins list # installed, with status per plugin superset plugins list --available # everything the marketplace offers superset skills list # skills on this machine, and their paths ``` The `status` column is the thing to read. `needs connection` means the skills are installed but no account is authorized, so the tools will fail. That is a connect step, not a bug. ## 2. Install ```bash superset plugins install linear superset plugins install linear --update # move to the marketplace's current version superset plugins install linear@superset # when two marketplaces carry the same name ``` Install records the plugin on the account and materializes its skills locally. It prints whether a connection is still needed. ## 3. Connect an account Two shapes, and the plugin's manifest decides which: ```bash superset plugins connect linear # oauth2: prints a URL to open superset plugins connect sentry --inputs '{"api_key":"..."}' echo '{"api_key":"..."}' | superset plugins connect sentry --inputs - ``` Prefer...

Details

Author
superset-sh
Repository
superset-sh/superset
Created
10 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category