### Clone Genie MCP Server Repository Source: https://github.com/vivian-xie-db/genie_mcp_server/blob/main/README.md Clone the Genie MCP Server repository to your Databricks workspace. This is the first step in deploying the application. ```bash git clone https://github.com/your-org/genie_mcp_server.git ``` -------------------------------- ### Deploy Genie MCP Server Databricks App Source: https://github.com/vivian-xie-db/genie_mcp_server/blob/main/README.md Deploy the Genie MCP Server as a Databricks app using the databricks apps CLI. Specify the source code path for the deployment. ```bash databricks apps deploy genie-mcp-server --source-code-path /Workspace/Users/your.email@databricks.com/genie_mcp_server ``` -------------------------------- ### Configure Databricks App Environment Variables Source: https://github.com/vivian-xie-db/genie_mcp_server/blob/main/README.md Configure environment variables for the Databricks App by updating the app.yaml file. Ensure SPACE_ID is set to your Genie space. ```yaml command: - "python" - "mcp_server.py" env: - name: "SPACE_ID" value: "your_space_id" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.