MCP Configtypescript

superset MCP Config

MCP server configuration from superset-sh/superset

View Source
.mcp.json
{
	"mcpServers": {
		"superset": {
			"type": "http",
			"url": "https://api.superset.sh/api/agent/mcp",
			"oauth": {
				"clientId": "claude-code",
				"authorizationUrl": "https://api.superset.sh/api/auth/mcp/authorize",
				"tokenUrl": "https://api.superset.sh/api/auth/mcp/token",
				"scopes": ["openid", "profile", "email"]
			}
		}
	}
}