Databricks
Summary
Databricks MCP Server provides a bridge between LLMs and Databricks environments, enabling natural language interaction with SQL warehouses and job management systems. The implementation offers tools to run SQL queries, list jobs, check job statuses, and retrieve detailed job information through a FastAPI-based MCP server that connects to the Databricks SQL connector and REST API. It handles authentication via personal access tokens stored in environment variables and formats query results as markdown tables, making it particularly valuable for data analysts and engineers who need to interact with their Databricks workspaces through conversational AI interfaces.
Available Actions(4)
run_sql_query
Execute SQL queries on your Databricks SQL warehouse. Parameters: sql (string)
list_jobs
List all Databricks jobs in your workspace.
get_job_status
Get the status of a specific Databricks job by ID. Parameters: job_id (int)
get_job_details
Get detailed information about a specific Databricks job. Parameters: job_id (int)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论