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"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- Apache-2.0
- 版本
- 0.4.0
- 星标
- 588
- 最后更新
- 2026年7月9日