snowflake-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SNOWFLAKE_ROLE | No | Role to use for the session | |
| SNOWFLAKE_SCHEMA | No | Schema to use | |
| SNOWFLAKE_ACCOUNT | Yes | Your Snowflake account identifier (e.g., ORG-ACCOUNT) | |
| SNOWFLAKE_DATABASE | No | Database to use | |
| SNOWFLAKE_PASSWORD | No | Required if authenticator is 'snowflake', not needed for 'externalbrowser' | |
| SNOWFLAKE_READONLY | No | Set to 'true' to block write operations | |
| SNOWFLAKE_USERNAME | Yes | Snowflake username | |
| SNOWFLAKE_WAREHOUSE | No | Warehouse to use | |
| SNOWFLAKE_AUTHENTICATOR | No | Authentication method: externalbrowser (SSO) or snowflake (password) | externalbrowser |
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": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_connectionA | Test the connection to Snowflake and return connection info |
| execute_queryC | Execute a SQL query against Snowflake and return the results |
| explain_queryA | Get the execution plan for a SQL query without running it |
| list_databasesA | List all accessible databases in Snowflake |
| list_schemasA | List all schemas in a database |
| list_tablesB | List all tables in a schema |
| list_viewsC | List all views in a schema |
| describe_tableA | Get detailed information about a table's structure including columns, types, and constraints |
| get_table_sampleB | Get a sample of rows from a table to understand its data |
| get_table_row_countA | Get the total number of rows in a table |
| get_primary_keysB | Get primary key columns for a table |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_table | Analyze a table's structure, sample data, and suggest useful queries |
| explore_database | Explore and summarize the structure of a database |
| query_builder | Help build a SQL query based on natural language description |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| schema://current |
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/faressoft/snowflake-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server