Back to Home
proxziima icon

mcp-databricks-server

Verified Safe

by proxziima

Overview

Enables LLM agents to autonomously explore Databricks Unity Catalog metadata, analyze data lineage, examine processing code, and execute SQL queries to answer data-related questions.

Installation

Run Command
docker run -p 8000:8000 -e DATABRICKS_HOST="<your-databricks-instance.cloud.databricks.com>" -e DATABRICKS_TOKEN="<your-databricks-access-token>" -e DATABRICKS_SQL_WAREHOUSE_ID="<your-sql-warehouse-id>" mcp-databricks-server

Environment Variables

  • DATABRICKS_HOST
  • DATABRICKS_TOKEN
  • DATABRICKS_SQL_WAREHOUSE_ID

Security Notes

The server properly uses environment variables for Databricks credentials, explicitly warns against committing `.env` files, and recommends using service principals with minimal permissions. The `execute_sql_query` tool grants significant power to the LLM agent, requiring careful management of the associated Databricks token's scope to prevent unauthorized data access or modification. No `eval` or obfuscation found. Network calls are made to the Databricks API as expected for its functionality.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-26

Tags

DatabricksUnity CatalogLLM AgentData LineageSQL ExecutionMetadata