Databricks MCP Server
Databasestdiov0.4.0
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.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [],
"env": {
"DATABRICKS_HOST": "<YOUR_DATABRICKS_HOST>",
"DATABRICKS_TOKEN": "<YOUR_DATABRICKS_TOKEN>"
}
}
}
}Инструменты (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"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Репозиторий
- https://github.com/databrickslabs/mcp
- Лицензия
- Apache-2.0
- Версия
- 0.4.0
- Звёзды
- 588
- Последнее обновление
- 9 июля 2026 г.