Databricks MCP Server enables AI agents to access Unity Catalog metadata, explore data lineage, and execute SQL queries for autonomous data discovery and analysis in Databricks environments.
Lists all available Unity Catalogs with their names, descriptions, and types.
Provides a summary of a specific Unity Catalog, listing all its schemas with their names and descriptions.
Provides detailed information about a specific schema within a Unity Catalog, returning all tables in the schema optionally including their column details.
Provides a detailed description of a specific Unity Catalog table with comprehensive lineage capabilities, including table, notebook, and job dependencies.
Executes a given SQL query against the Databricks SQL warehouse and returns the formatted results.
{
"mcpServers": {
"databricks": {
"command": "python",
"args": [
"/path/to/your/mcp-databricks-server/main.py"
]
}
}
}