mcp-databricks-server

proxziima/mcp-databricks-server

3.1

If you are the rightful owner of mcp-databricks-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Databricks MCP Server is designed to enhance the capabilities of AI agents by providing them with direct access to Unity Catalog metadata, enabling more intelligent and autonomous data exploration and query generation.

Tools

Functions exposed to the LLM to take actions

list_uc_catalogs

Lists all available Unity Catalogs with their names, descriptions, and types.

describe_uc_catalog

Provides a summary of a specific Unity Catalog, listing all its schemas with their names and descriptions.

describe_uc_schema

Provides detailed information about a specific schema within a Unity Catalog, optionally including column details.

describe_uc_table

Provides a detailed description of a specific Unity Catalog table with comprehensive lineage capabilities.

execute_sql_query

Executes a given SQL query against the Databricks SQL warehouse and returns the formatted results.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources