Databricks MCP Server provides a bridge between AI assistants and Databricks services through a standardized interface. It enables interaction with Databricks clusters, jobs, notebooks, DBFS, and SQL workspaces via tools that wrap the Databricks REST API. The server follows the stdio transport protocol, making it compatible with Claude Desktop integration, and includes comprehensive error handling and logging. Particularly valuable for data scientists and engineers who need to manage Databricks resources, execute queries, or automate workflows without leaving their conversation interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List all Databricks clusters.
Create a new Databricks cluster.
Terminate a Databricks cluster.
Get information about a specific Databricks cluster.
Start a terminated Databricks cluster.
List all Databricks jobs.
Run a Databricks job.
List notebooks in a workspace directory.
Export a notebook from the workspace.
List files and directories in a DBFS path.
Execute a SQL statement.