patrickfreyer/mcp-server-snowflake
3.3
If you are the rightful owner of mcp-server-snowflake and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Node-based Snowflake MCP is a TypeScript-based server that allows Large Language Models (LLMs) to interact with Snowflake databases using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
read_query
Execute SELECT queries on your Snowflake database.
list_databases
List all available databases in your Snowflake account.
list_schemas
List all schemas in a specific database.
list_tables
List all tables in a specific schema.
describe_table
Get detailed information about a table's structure.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client