Skip to main content
Glama

Superset MCP Server

by LiusCraft

query-superset

Execute natural language queries on Apache Superset databases to retrieve data, generate insights, and perform SQL operations directly through the Superset MCP Server.

Instructions

执行 Superset 数据查询

Input Schema

NameRequiredDescriptionDefault
databaseIdNo可选的数据库ID,如果不提供将自动选择匹配的数据库
queryYes用户的自然语言查询,例如'查询最近10条日志'
schemaNo可选的schema名称
tableNameNo可选的表名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "databaseId": { "description": "可选的数据库ID,如果不提供将自动选择匹配的数据库", "type": "number" }, "query": { "description": "用户的自然语言查询,例如'查询最近10条日志'", "type": "string" }, "schema": { "description": "可选的schema名称", "type": "string" }, "tableName": { "description": "可选的表名", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Superset MCP Server

Related Tools

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/LiusCraft/superset-mcp-server'

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