How do I build a context layer so LLMs query my data correctly?
Metadata, descriptions, and lineage defined alongside your assets become the context layer the Bruin MCP server serves to an LLM, so generated queries target the right models and columns.
Command
bruin mcpDefined in
MCP + YAML
Works with
Any MCP client + Bruin
What you get
Context layercorrect-by-metadata queriesgoverned assets
How it works in code
{
"mcpServers": {
"bruin": {"command": "bruin", "args": ["mcp"]}
}
}Run bruin mcp and the LLM queries governed assets using your metadata as context.
Give agents governed data
Open source. Expose assets, quality, and lineage to AI agents over MCP.