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

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

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_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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Data Insights MemoA living document of discovered data insights

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: metadata listing, schema description, query execution, and memo insight. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores, e.g., list_databases, read_query.

Tool Count5/5

6 tools is well-scoped for a Snowflake server covering metadata exploration and querying without being excessive.

Completeness4/5

Covers metadata listing and SELECT queries thoroughly, but lacks DML/DDL operations like INSERT or CREATE, which may be needed depending on use case.

Maintenance

ActivityInactive
ResponsivenessUnresponsive