How do I let AI agents query Snowflake safely through MCP?
The Bruin MCP server exposes your governed Snowflake assets, with lineage and quality applied, to any MCP client. The agent works against modeled Snowflake data, not raw tables, and never holds Snowflake credentials.
Command
bruin mcpDefined in
MCP + YAML
Works with
Snowflake + 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 Snowflake assets, not the raw warehouse.
Related use cases
Governed warehouse access over MCP
Give 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?
Governed warehouse access over MCPGive AI agents governed access to Databricks via MCP
How do I let AI agents query Databricks safely through MCP?
Give agents governed data
Open source. Expose assets, quality, and lineage to AI agents over MCP.