databricks-advanced-mcp-server

henrybravo/databricks-advanced-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
An advanced Model Context Protocol (MCP) server for Databricks workspace intelligence. Provides AI assistants with tools for dependency scanning, impact analysis, notebook review, job/pipeline operations, SQL execution, and table metadata inspection.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "databricks-advanced-": {
      "command": "uvx",
      "args": [
        "databricks-advanced-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install databricks-advanced-mcp-server