How do I let Cursor query my warehouse safely through MCP?
The Bruin MCP server exposes your pipelines and data to Cursor through the Model Context Protocol, so the agent works against governed assets with lineage and quality already applied.
Command
bruin mcpDefined in
MCP + YAML
Works with
Cursor + Bruin
What you get
Governed accesslineage-awareno raw credentials in the agent
How it works in code
{
"mcpServers": {
"bruin": {"command": "bruin", "args": ["mcp"]}
}
}Run bruin mcp and Cursor answers questions against governed, lineage-tracked assets.
Related use cases
Connect AI agents to your data
Give Claude governed access to your warehouse via MCP
How do I let Claude query my warehouse safely through MCP?
Connect AI agents to your dataGive Claude Code governed access to your warehouse via MCP
How do I let Claude Code query my warehouse safely through MCP?
Connect AI agents to your dataGive your IDE governed access to your warehouse via MCP
How do I let your IDE query my warehouse safely through MCP?
Give agents governed data
Open source. Expose assets, quality, and lineage to AI agents over MCP.