Snowflake-Cost-Performance-MCP-server

alizubairs/Snowflake-Cost-Performance-MCP-server
★ 0 stars Python Search Updated 3d ago
Exposes read-only tools for warehouse cost attribution, expensive-query detection, and basic right-sizing recommendations, built on top of Snowflake's ACCOUNT_USAGE views. Complements (rather than duplicates) the official Snowflake-managed MCP server, which focuses on schema browsing, Cortex Analyst/Search, and general query execution.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snowflake-cost-perfo": {
      "command": "uvx",
      "args": [
        "snowflake-cost-performance-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install snowflake-cost-performance-mcp-server