Servers
Databricks MCP Server
@RafaelCartenet
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 not
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-databricks-server-rafaelcartenet": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}