Back to Home
mikdanjey icon

snowflake-mcp-server

Verified Safe

by mikdanjey

Overview

The Snowflake MCP Server acts as a bridge, enabling LLM agents to securely connect to and execute SQL queries against Snowflake databases using the Model Context Protocol (MCP).

Installation

Run Command
npx -y snowflake-mcp-server

Environment Variables

  • SNOWFLAKE_ACCOUNT
  • SNOWFLAKE_USER
  • SNOWFLAKE_DATABASE
  • SNOWFLAKE_SCHEMA
  • SNOWFLAKE_WAREHOUSE
  • SNOWFLAKE_ROLE
  • SNOWFLAKE_AUTHENTICATOR
  • SNOWFLAKE_PASSWORD
  • LOG_LEVEL

Security Notes

The server demonstrates strong security practices: comprehensive SQL validation with Zod schemas and custom pattern matching to prevent SQL injection, secure handling of credentials via environment variables and redaction in logs, and communication primarily over STDIO for its core MCP function, reducing direct network attack surface. Dependencies are standard and well-vetted.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens75
Stars0
Forks0
Last Update2025-11-19

Tags

MCP ServerSnowflakeLLM AgentSQL GatewayDatabase Integration