Databricks MCP Server
@characat0
Databricks MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"databricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"databricks-mcp-server@latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Databricks MCP Server?
A Model Context Protocol (MCP) server that enables AI assistants to interact with Databricks workspaces. It provides tools for listing catalogs, schemas, tables, executing SQL, and managing SQL warehouses. Designed for developers using MCP-compatible clients such as VS Code.
How to use Databricks MCP Server?
Download the binary for your platform from the Releases page and run ./databricks-mcp-server. Alternatively, install it as a VS Code extension via the provided command or clickable link. Authentication uses Databricks unified authentication; no additional configuration is needed beyond your existing Databricks credentials.
Key features of Databricks MCP Server
- List all catalogs in a Databricks workspace
- List schemas within a specified catalog
- List tables with optional regular expression filtering
- Execute SQL statements on a Databricks SQL warehouse
- List available SQL warehouses in the workspace
Use cases of Databricks MCP Server
- AI agents exploring the structure of a Databricks data lakehouse
- Automating data discovery across multiple catalogs and schemas
- Running ad‑hoc SQL queries from a chat interface
- Inspecting available SQL warehouses for query execution
FAQ from Databricks MCP Server
What tools does the server expose?
The server provides five tools: list_catalogs, list_schemas, list_tables, execute_sql, and list_warehouses. Each returns JSON results.
How do I authenticate with Databricks?
The server uses Databricks unified authentication. Follow the Databricks Authentication documentation to set up credentials before starting the server.
On which operating systems can I run the server?
The server supports Linux (amd64), Windows (amd64), macOS (Intel/amd64), and macOS (Apple Silicon/arm64).
Are there any runtime dependencies required?
No. The server is distributed as a pre‑compiled binary for each supported platform. No additional runtime dependencies are necessary.
How is the server invoked by an MCP client?
The server listens for MCP protocol commands on standard input/output. It is started as a child process by the MCP client (e.g., via npx in VS Code).
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント