How do I give AI agents context about my company data?
Bruin exposes governed assets, lineage, and column descriptions through MCP, so an agent answers from real business context instead of guessing at raw table and column names.
Command
bruin mcpDefined in
MCP + YAML
Works with
Any MCP client + Bruin
What you get
Governed contextlineage-awarecolumn descriptions
How it works in code
/* @bruin
name: mart.revenue
description: Net daily revenue in USD, refunds excluded
columns:
- name: revenue_usd
description: Net revenue after refunds, USD
@bruin */Run bruin mcp and the agent uses these descriptions and lineage as context.
Give agents governed data
Open source. Expose assets, quality, and lineage to AI agents over MCP.