Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPERSET_BASE_URL | Yes | Base URL of the Superset instance (e.g., https://superset.example.com) | |
| SUPERSET_MCP_HOST | No | Server bind address | 127.0.0.1 |
| SUPERSET_MCP_PORT | No | Server bind port | 8001 |
| SUPERSET_PASSWORD | Yes | Password for Superset authentication | |
| SUPERSET_USERNAME | Yes | Username for Superset authentication | |
| SUPERSET_AUTH_PROVIDER | No | Authentication provider: db (default) or ldap | db |
| SUPERSET_MCP_TRANSPORT | No | Transport: streamable-http (default), sse, or stdio | streamable-http |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |