SteveZhuhaobo/databricks-mcp-server
If you are the rightful owner of databricks-mcp-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 henry@mcphub.com.
The Databricks MCP Server is a Model Context Protocol server designed for Databricks operations, enabling users to execute SQL queries, manage database objects, and retrieve metadata without Docker dependencies.
Tools
Functions exposed to the LLM to take actions
execute_query
Execute SQL queries and return results.
list_catalogs
List available catalogs.
list_schemas
List schemas in a catalog.
list_tables
List tables in a schema.
get_table_schema
Get detailed schema information for a table.
describe_table
Get comprehensive table metadata.
create_table
Create new tables.
insert_data
Insert data into tables.
check_warehouse_status
Check serverless warehouse status.
ping
Test server connectivity.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client