bach-snowflake-mcp
v0.6.0
Published
Mock Snowflake-style SQL warehouse (alasql) over REAL datasets: Telco Churn (subscriptions), IBM HR Attrition (employees), US city Budget vs Actual (budget_actuals), Legacy Purchase Orders (purchase_orders), and a full GL star schema (gl/coa/territory/cal
Maintainers
Readme
bach-snowflake-mcp
Mock Snowflake data-warehouse MCP server. Returns sample tables, schema and query results.
Note: This is a MOCK MCP server by bachstudio. It returns sample/fake data and does not connect to Snowflake. Intended for prototyping and demos.
Tools
list_tables— List tables in a schemadescribe_table— Describe columns of a tablerun_query— Run a SQL query and return rows
Usage (stdio MCP)
{
"mcpServers": {
"snowflake": {
"command": "npx",
"args": ["-y", "bach-snowflake-mcp"]
}
}
}License
MIT © bachstudio
