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
Installation
npx -y yashshingvi/databricks-genie-MCPConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub