Snowflake MCP Server
JSON →A read-only server for interacting with Snowflake databases, allowing SELECT queries and access to schema context.
Tools · 6
- read_query Execute SELECT queries to read data from the database.
- list_databases List all databases in the Snowflake instance.
- list_schemas List all schemas within a specific database.
- list_tables List all tables within a specific database and schema.
- describe_table View column information for a specific table.
- append_insight Add new data insights to the memo resource.