Databricks MCP Server

Databasestdiov0.4.0
Repository

MCP server for the Databricks Data Intelligence Platform. Enables AI agents to run SQL against the Unity Catalog, inspect schemas and tables, and manage and monitor jobs, bringing lakehouse data and workflows into AI-powered development tools.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "databricks": {
      "command": "npx",
      "args": [],
      "env": {
        "DATABRICKS_HOST": "<YOUR_DATABRICKS_HOST>",
        "DATABRICKS_TOKEN": "<YOUR_DATABRICKS_TOKEN>"
      }
    }
  }
}

Araçlar (2)

run_sql_query

Execute a SQL query against a Databricks SQL warehouse and return the results.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "SQL statement to execute"
    },
    "warehouse_id": {
      "type": "string",
      "description": "ID of the SQL warehouse to run against"
    }
  }
}

list_jobs

List Databricks jobs and their most recent run status.

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Maximum number of jobs to return"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Databricks (@databricks)
Repository
https://github.com/databrickslabs/mcp
Lisans
Apache-2.0
Sürüm
0.4.0
Yıldızlar
588
Son güncelleme
9 Temmuz 2026