mcp-server-dabs

mcp-server-dabs

3.1

If you are the rightful owner of mcp-server-dabs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server to run Databricks Assets Bundle commands on the local OS.

The mcp-server-dabs is a Model Context Protocol (MCP) server designed to facilitate the execution of Databricks Assets Bundle commands directly on a local operating system. It leverages the Databricks CLI to run commands within a specified bundle directory, ensuring seamless integration with Databricks workflows. The server is built following the official MCP guide, ensuring compliance with standard protocols and practices. This server is particularly useful for developers and data engineers who need to automate and manage Databricks tasks locally, providing a streamlined approach to executing complex data operations. The server is easy to set up and integrates well with various platforms, making it a versatile tool for managing Databricks assets.

Features

  • Executes Databricks CLI commands within a bundle directory.
  • Passes process exit code and stdout back to the LLM for further processing.
  • Built following the official MCP guide for standard compliance.
  • Facilitates local execution of Databricks Assets Bundle commands.
  • Integrates seamlessly with various platforms for enhanced usability.

Tools

  1. run-commandrun-bundle-command

    Run provided databricks CLI command in a bundle directory. The command requires a folder with an existing bundle. The command must start with 'databricks '. Input: command (string); projectDir (string). Passes the process exit code and stdout back to the LLM.