data platforms

Databricks Genie MCP

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

python
cloud
data platforms
0
View on GitHub

Installation

npx -y yashshingvi/databricks-genie-MCP

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "databricks-genie-MCP",
  "command": "npx",
  "args": [
    "-y",
    "yashshingvi/databricks-genie-MCP"
  ]
}

About This MCP Server

yashshingvi/databricks-genie-MCP

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

GitHub: https://github.com/yashshingvi/databricks-genie-MCP

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub