How do I let AI agents query Databricks safely through MCP?
The Bruin MCP server exposes your governed Databricks assets, with lineage and quality applied, to any MCP client. The agent works against modeled Databricks data, not raw tables, and never holds Databricks credentials.
Command
bruin mcpDefined in
MCP + YAML
Works with
Databricks + any MCP client
What you get
Governed accesslineage contextno raw credentials
How it works in code
{
"mcpServers": {
"bruin": {"command": "bruin", "args": ["mcp"]}
}
}Run bruin mcp and the agent queries governed Databricks assets, not the raw warehouse.
Related use cases
Governed warehouse access over MCP
Give AI agents governed access to Snowflake via MCP
How do I let AI agents query Snowflake safely through MCP?
Governed warehouse access over MCPGive AI agents governed access to BigQuery via MCP
How do I let AI agents query BigQuery safely through MCP?
Governed warehouse access over MCPGive AI agents governed access to Postgres via MCP
How do I let AI agents query Postgres safely through MCP?
Give agents governed data
Open source. Expose assets, quality, and lineage to AI agents over MCP.