How do I let AI agents query Redshift safely through MCP?
The Bruin MCP server exposes your governed Redshift assets, with lineage and quality applied, to any MCP client. The agent works against modeled Redshift data, not raw tables, and never holds Redshift credentials.
Command
bruin mcpDefined in
MCP + YAML
Works with
Redshift + 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 Redshift 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.