Skip to main content
Glama
Amit-DAlal-1

Superset MCP Server

by Amit-DAlal-1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPERSET_URLYesSuperset base URL (without /api/v1)
SUPERSET_PASSWORDYesSuperset account password
SUPERSET_PROVIDERNoAuthentication provider (db or ldap)db
SUPERSET_USERNAMEYesSuperset account username
SUPERSET_VERIFY_SSLNoWhether to verify SSL certificatestrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
superset_statusA

Validate configuration, JWT authentication, current-user access, and optional OpenAPI availability.

list_dashboardsA

List dashboards with optional title search and bounded pagination.

get_dashboardA

Get dashboard metadata by numeric ID or slug.

get_dashboard_chartsC

Get chart definitions and form data for a dashboard.

get_dashboard_datasetsC

Get datasets referenced by a dashboard.

get_datasetB

Get dataset metadata by numeric ID.

list_datasetsA

List datasets with optional name search and bounded pagination.

update_dataset_sqlA

Preview or replace SQL for an existing virtual dataset; confirm=true is required.

refresh_datasetA

Preview or refresh dataset columns from its SQL; confirm=true is required.

get_chartA

Get chart metadata by ID or UUID.

get_chart_dataA

Run the stored chart query and return its data; force bypasses the Superset cache.

create_virtual_datasetA

Preview or create a SQL-backed virtual dataset; confirm=true is required to write.

create_chartA

Preview or create a chart on a Superset dataset; confirm=true is required to write.

add_chart_to_dashboardA

Preview or add a chart to one or more dashboards; confirm=true is required to write.

update_chartA

Preview or update chart parameters/query context/dashboard links; confirm=true is required.

create_dashboardB

Preview or create a dashboard; confirm=true is required to write.

update_dashboardB

Preview or update dashboard layout/metadata/publication; confirm=true is required.

list_databasesB

List accessible Superset databases and their IDs.

execute_sqlB

Execute SQL unchanged through SQL Lab; Superset/database permissions are the safety boundary.

get_queryA

Get Superset query history/status details by query ID.

get_sql_resultA

Retrieve an asynchronous SQL Lab result using the resultsKey returned by execute_sql.

list_saved_queriesB

List saved SQL queries with optional label search.

get_saved_queryA

Get one saved query by ID.

create_saved_queryA

Preview or create a saved query. No write occurs unless confirm is true.

update_saved_queryA

Preview or update a saved query, preserving unspecified fields; confirm=true is required to write.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amit-DAlal-1/superset_v4_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server