Server Config
{
"darkMode": "light",
"scale": 0,
"locale": "en-US",
"mcpServers": {
"superset-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@aptro/superset-mcp",
"--key",
"83cb7c57-dd21-4b5c-a442-dd4b91d2cce4",
"--config",
"\"{\\\"supersetBaseUrl\\\":\\\"https://superset.supover.com/\\\"}\""
],
"env": {
"SUPERSET_USERNAME": "admin",
"SUPERSET_PASSWORD": "thien123"
}
}
}
}