A server implementing the MCP protocol to connect with Databricks Genie API, enabling LLMs to ask questions, execute SQL, and interact with Databricks conversational agents.
Loading more......
A Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API. Enables AI assistants to directly query Databricks data warehouses, analyze schemas, and retrieve structured results.
An MCP server connecting to Databricks API, allowing large language models (LLMs) to run SQL queries, list jobs, and retrieve job status from Databricks environments.
The official MCP server for dbt (data build tool), providing integration with dbt Core/Cloud, metadata discovery, model info, and semantic layer querying.
Allows LLMs to read and write data to Excel spreadsheets through MCP, supporting data analysis, manipulation, and integration with other systems.
An MCP server enabling interaction with Flowcore for data ingestion, analysis, and cross-referencing, utilizing human language to manage data across public and private data cores.
Implements CEDARScript, a SQL-like language, as an MCP server for code manipulation, showcasing the adaptability of MCP servers for language and code-based tasks.
A server implementing the Model Context Protocol (MCP) to connect with the Databricks Genie API, enabling large language models (LLMs) to ask questions, execute SQL, and interact with Databricks conversational agents.
get_genie_space_id(): List available Genie space IDs and titlesget_space_info(space_id: str): Retrieve title and description of a Genie spaceask_genie(space_id: str, question: str): Start a new Genie conversation and get resultsfollow_up(space_id: str, conversation_id: str, question: str): Continue an existing Genie conversationrequirements.txt.env file with Databricks credentials.env file secureMIT
No pricing information available (open source project).