LogoSTMCP
Download
databricks-genie-MCP

Databricks Genie MCP Server

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

Tools

1. get_genie_space_id()

List available Genie space IDs and titles.

2. get_space_info(space_id: str)

Retrieve title and description of a Genie space.

3. ask_genie(space_id: str, question: str)

Start a new Genie conversation and get results.

4. follow_up(space_id: str, conversation_id: str, question: str)

Continue an existing Genie conversation.

Open Graph image for Databricks Genie MCP Server

JSON Config

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

Useful Links

Information