Skip to main content
Glama
nsphung

MCP Snowflake Server NSP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOWFLAKE_ROLENoRole to assume
SNOWFLAKE_USERNoSnowflake username
SNOWFLAKE_TOKENNoOAuth bearer token (for token auth)
SNOWFLAKE_SCHEMANoDefault schema (required)
SNOWFLAKE_ACCOUNTNoSnowflake account identifier
SNOWFLAKE_DATABASENoDefault database (required)
SNOWFLAKE_PASSWORDNoPassword for password authentication
SNOWFLAKE_WAREHOUSENoVirtual warehouse to use
SNOWFLAKE_OAUTH_SCOPENoOAuth scope (optional, for client credentials flow)
SNOWFLAKE_AUTHENTICATORNoAuthentication method: 'snowflake', 'snowflake_jwt', 'externalbrowser', 'oauth_client_credentials', 'oauth'
SNOWFLAKE_OAUTH_CLIENT_IDNoOAuth client ID (for client credentials flow)
SNOWFLAKE_PRIVATE_KEY_FILENoAbsolute path to .p8 private key file (for key-pair auth)
SNOWFLAKE_OAUTH_CLIENT_SECRETNoOAuth client secret (for client credentials flow)
SNOWFLAKE_PRIVATE_KEY_FILE_PWDNoPassphrase for encrypted private key
SNOWFLAKE_OAUTH_TOKEN_REQUEST_URLNoOAuth token request URL (for client credentials flow)

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
list_databasesA

List all available databases in Snowflake

list_schemasB

List all schemas in a database

list_tablesB

List all tables in a specific database and schema

describe_tableA

Get the schema information for a specific table

read_queryB

Execute a SELECT query.

append_insightB

Add a data insight to the memo

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Data Insights MemoA living document of discovered data insights

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

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