Skip to main content
Glama
isaacwasserman

mcp-snowflake-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOWFLAKE_ROLEYesYour Snowflake role
SNOWFLAKE_USERYesYour Snowflake username
SNOWFLAKE_SCHEMAYesYour Snowflake schema
SNOWFLAKE_ACCOUNTYesYour Snowflake account identifier
SNOWFLAKE_DATABASEYesYour Snowflake database
SNOWFLAKE_PASSWORDYesYour Snowflake password
SNOWFLAKE_WAREHOUSEYesYour Snowflake warehouse

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_tablesA

List all tables in a specific database and schema

describe_tableB

Get the schema information for a specific table

read_queryC

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

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