MCP.so
ログイン

Databricks MCP Server

@characat0

Databricks MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

characat0

設定

以下の設定を使って、このサーバーを 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).

コメント

「その他」の他のコンテンツ