Skip to main content
Glama

mcp-snowflake-server

# Example Snowflake connections configuration file # Each connection is defined as a top-level section [production] account = "your_account_id" user = "your_username" password = "your_password" warehouse = "COMPUTE_WH" database = "PROD_DB" schema = "PUBLIC" role = "ACCOUNTADMIN" [staging] account = "your_account_id" user = "your_username" password = "your_password" warehouse = "COMPUTE_WH" database = "STAGING_DB" schema = "PUBLIC" role = "DEVELOPER" [development] account = "your_account_id" user = "your_username" authenticator = "externalbrowser" # Use browser-based authentication warehouse = "DEV_WH" database = "DEV_DB" schema = "PUBLIC" role = "DEVELOPER" [analytics] account = "your_account_id" user = "service_user" password = "service_password" warehouse = "ANALYTICS_WH" database = "ANALYTICS_DB" schema = "METRICS" role = "ANALYTICS_ROLE" [reporting] account = "your_account_id" user = "reporting_user" private_key_path = "/path/to/private_key.pem" # Using key-pair authentication warehouse = "REPORTING_WH" database = "REPORTING_DB" schema = "REPORTS" role = "REPORTING_ROLE"

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/isaacwasserman/mcp-snowflake-server'

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