Back to directory
yashshingvi/databricks-genie-mcp

yashshingvi/databricks-genie-mcp

@yashshingvi

A Model Context Protocol (MCP) server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.

databricksgeniemcpsqldataanalyticsllmnatural-languagecloud

Installation & Configuration

{
  "mcpServers": {
    "databricks-genie": {
      "command": "python",
      "args": [
        "main.py"
      ],
      "env": {
        "DATABRICKS_HOST": "your-instance.cloud.databricks.com",
        "DATABRICKS_TOKEN": "your-token"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13