Skip to main content
Glama
sfc-gh-tjia

Snowflake MCP Server

by sfc-gh-tjia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOWFLAKE_ROLENoYour Snowflake role
SNOWFLAKE_SCHEMANoYour Snowflake schema
SNOWFLAKE_ACCOUNTNoYour Snowflake account identifier (e.g., abc12345.us-east-1.snowflakecomputing.com)
SNOWFLAKE_DATABASENoYour Snowflake database
SNOWFLAKE_MAX_ROWSNoMaximum number of rows to return from queries
SNOWFLAKE_PASSWORDNoYour Snowflake password
SNOWFLAKE_USERNAMENoYour Snowflake username
SNOWFLAKE_WAREHOUSENoYour Snowflake warehouse
SNOWFLAKE_AUTHENTICATORNoAuthentication method (e.g., externalbrowser for SSO)
SNOWFLAKE_PRIVATE_KEY_PATHNoPath to your RSA private key file (e.g., /path/to/rsa_key.p8)
SNOWFLAKE_PRIVATE_KEY_PASSPHRASENoPassphrase for the private key (optional)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_snowflake_sql_query
Execute any SQL query on Snowflake.

⚠️  SECURITY WARNING: This tool executes raw SQL queries on your Snowflake instance.
Ensure proper user permissions and network security. Consider query restrictions
for production environments.

Args:
    query: The SQL query to execute (required)
    database: Override the default database (optional)
    schema: Override the default schema (optional)
    warehouse: Override the default warehouse (optional)

Returns:
    Formatted string containing query results or error message

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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