Skip to main content
Glama

Databricks MCP Proxy

An MCP proxy server that authenticates with Databricks and exposes remote MCP tools.

Installation

uv sync

Configuration

Edit app.yaml with your Databricks settings:

env: - name: DATABRICKS_HOST value: "https://dbc-XXXXX.cloud.databricks.com" - name: DATABRICKS_APP_URL value: "https://your-mcp-app.databricksapps.com"

Usage

Test locally

uv run databricks-mcp-proxy

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{ "mcpServers": { "databricks": { "command": "uv", "args": [ "--directory", "/path/to/databricks-mcp-proxy", "run", "databricks-mcp-proxy" ] } } }

Tools

Tool

Description

authenticate

Start OAuth flow (opens browser)

list_databricks_tools

List available remote tools

call_databricks_tool

Call a remote tool by name

Flow

  1. Claude starts the proxy via stdio

  2. Call authenticate tool

  3. Browser opens for Databricks OAuth

  4. After auth, remote tools are discovered

  5. Use call_databricks_tool to invoke any remote tool

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smaheshwari-ux/databricks-mcp-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server