MCP Snowflake Server NSP
by nsphung
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SNOWFLAKE_ROLE | No | Role to assume | |
| SNOWFLAKE_USER | No | Snowflake username | |
| SNOWFLAKE_TOKEN | No | OAuth bearer token (for token auth) | |
| SNOWFLAKE_SCHEMA | No | Default schema (required) | |
| SNOWFLAKE_ACCOUNT | No | Snowflake account identifier | |
| SNOWFLAKE_DATABASE | No | Default database (required) | |
| SNOWFLAKE_PASSWORD | No | Password for password authentication | |
| SNOWFLAKE_WAREHOUSE | No | Virtual warehouse to use | |
| SNOWFLAKE_OAUTH_SCOPE | No | OAuth scope (optional, for client credentials flow) | |
| SNOWFLAKE_AUTHENTICATOR | No | Authentication method: 'snowflake', 'snowflake_jwt', 'externalbrowser', 'oauth_client_credentials', 'oauth' | |
| SNOWFLAKE_OAUTH_CLIENT_ID | No | OAuth client ID (for client credentials flow) | |
| SNOWFLAKE_PRIVATE_KEY_FILE | No | Absolute path to .p8 private key file (for key-pair auth) | |
| SNOWFLAKE_OAUTH_CLIENT_SECRET | No | OAuth client secret (for client credentials flow) | |
| SNOWFLAKE_PRIVATE_KEY_FILE_PWD | No | Passphrase for encrypted private key | |
| SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL | No | OAuth token request URL (for client credentials flow) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/nsphung/mcp-snowflake-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server