RafaelCartenet/mcp-databricks-server
Model Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution. Agents explore catalogs/schemas/tables, understand relationships, discover notebooks/jobs, and execute queries - greatly reducing ad-hoc query time.
Platform-specific configuration:
{
"mcpServers": {
"mcp-databricks-server": {
"command": "npx",
"args": [
"-y",
"mcp-databricks-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...