mcp-server-unitycatalog
13
This project is a Model Context Protocol server designed for Unity Catalog. It allows users to utilize Unity Catalog Functions through MCP tools and provides functionalities such as listing, getting, creating, and deleting functions within specified catalogs and schemas. The server is easy to configure via CLI options or environment variables and supports integration with Claude Desktop and VSCode Cline.
uc_list_functions
List functions in the specified parent directory and schema
uc_get_function
Get the details of the function in the specified parent directory and schema
uc_create_function
Create new functions in the specified parent directory and schema (experimental function)
uc_delete_function
Delete functions in the specified parent directory and schema