1 required secret
Databricks Genie Spaces
Ask natural language questions about your data with AI-powered analytics
Data AnalyticsBusiness Intelligence
About
Ask natural-language questions and analyze data in Genie Spaces through Databricks managed MCP servers, with built-in Unity Catalog security.
Features
- Natural Language Analytics: Ask questions about your data in plain English
- Data Insights: Get automated insights and trend analysis from your Genie spaces
- Conversational BI: Interactive business intelligence through natural language
- Serverless SQL: Leverage serverless SQL compute for query execution
What you’ll need to connect
Prerequisites
- For admins: Ensure the workspace has the Managed MCP Servers preview enabled. See Databricks documentation for your cloud provider.
- For users: Ensure your account has access to Genie spaces in your workspace.
Setup Steps
- Navigate to your Databricks workspace
- Go to Genie → Create or select an existing Genie space
- Note the Genie space ID from the URL or space settings
- Create a Personal Access Token in Settings → Developer → Access tokens
- Configure the environment variables with your specific values
Configuration
Environment variables
| Variable | Description | Required |
|---|---|---|
DATABRICKS_WORKSPACE_URL | Databricks workspace hostname, (e.g., https://your-workspace.cloud.databricks.com) | Yes |
DATABRICKS_GENIE_SPACE_ID | Your Databricks Genie space ID | Yes |
Request headers
| Header | Description | Required |
|---|---|---|
Authorization | Databricks PAT | Yes |
Remote runtime
- Url Template
${DATABRICKS_WORKSPACE_URL}/api/2.0/mcp/genie/${DATABRICKS_GENIE_SPACE_ID}