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

カテゴリ

タグ