Simple Snowflake MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Override logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | |
| CONFIG_FILE | No | Path to custom configuration file (default: config.yaml) | config.yaml |
| MCP_READ_ONLY | No | Set to 'TRUE' for read-only mode (default: TRUE) | TRUE |
| SNOWFLAKE_USER | Yes | Your Snowflake username | |
| SNOWFLAKE_SCHEMA | No | Default schema (optional) | |
| SNOWFLAKE_ACCOUNT | Yes | Your Snowflake account identifier | |
| SNOWFLAKE_DATABASE | No | Default database (optional) | |
| SNOWFLAKE_PASSWORD | Yes | Your Snowflake password | |
| SNOWFLAKE_WAREHOUSE | No | Warehouse name (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute-snowflake-sqlC | Execute a SQL query on Snowflake and return the result. |
| list-snowflake-warehousesB | List available Data Warehouses (DWH) on Snowflake. |
| list-databasesB | List all accessible Snowflake databases. |
| list-viewsC | List all views in a database and schema. |
| describe-viewC | Get details of a view (columns, SQL). |
| query-viewC | Query a view with an optional row limit (markdown result). |
| execute-queryB | Execute a SQL query in read-only mode (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH) or not (if 'read_only' is false), result in markdown format. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize-notes | Creates a summary of all notes |
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/YannBrrd/simple_snowflake_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server