# Snowflake Server

A Model Context Protocol server implementation that provides database interaction with Snowflake, allowing SQL queries and data insights.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp_snowflake_server

# Browse available tools
npx -y @smithery/cli@latest tool list mcp_snowflake_server
```

---

Source: https://github.com/isaacwasserman/mcp-snowflake-server | License: MIT
