MCP Snowflake Server NSP
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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Data Insights Memo | A living document of discovered data insights |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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