RafaelCartenet_mcp-databricks-server
If you are the rightful owner of RafaelCartenet_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 henry@mcphub.com.
This is a Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API.
The Databricks MCP Server is designed to facilitate the execution of SQL queries on Databricks using the Statement Execution API. It allows users to retrieve data by performing SQL requests and can handle complex tasks when used in Agent mode. The server is particularly effective when integrated with Unity Catalog Metadata, enhancing its capabilities in managing and querying data. It supports listing schemas, tables, and describing table schemas, making it a versatile tool for data management and analysis on Databricks.
Features
- Execute SQL queries on Databricks
- List available schemas in a catalog
- List tables in a schema
- Describe table schemas
Tools
execute_sql_query
Execute a SQL query and return the results
list_schemas
List all available schemas in a specific catalog
list_tables
List all tables in a specific schema
describe_table
Describe a table's schema