Skip to main content
Glama

Snowflake MCP Server

by sfc-gh-tjia
.env.example•798 B
# Snowflake MCP Server Configuration # Copy this file to .env and fill in your actual values # Required: Your Snowflake connection details SNOWFLAKE_ACCOUNT=your-account-identifier SNOWFLAKE_USERNAME=your-username # Choose ONE authentication method: # Option 1: Password Authentication (simplest) SNOWFLAKE_PASSWORD=your-password # Option 2: Private Key Authentication (recommended) # SNOWFLAKE_PRIVATE_KEY_PATH=/path/to/rsa_key.p8 # SNOWFLAKE_PRIVATE_KEY_PASSPHRASE=passphrase # Option 3: SSO Authentication # SNOWFLAKE_AUTHENTICATOR=externalbrowser # Optional: Connection settings (if not set, uses your user defaults) SNOWFLAKE_WAREHOUSE=your_warehouse SNOWFLAKE_DATABASE=your_database SNOWFLAKE_SCHEMA=your_schema SNOWFLAKE_ROLE=your_role # Performance settings SNOWFLAKE_MAX_ROWS=100

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sfc-gh-tjia/snowflake-generic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server