MCPServers
Databricks - MCP server logo

Databricks

21
0

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)

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签