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.
Quick Start
Clone the repository:
git clone https://github.com/yashshingvi/databricks-genie-MCPClaude Desktop configuration example:
{
"mcpServers": {
"databricks-genie-mcp": {
"command": "npx",
"args": [
"-y",
"yashshingvi/databricks-genie-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.