Snowflake basic

Snowflake basic

Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments

4VIEWS
2447USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app snowflake_basicnpx @composio/cli add cursor --app snowflake_basicnpx @composio/cli add cursor --app snowflake_basicnpx @composio/cli add cursor --app snowflake_basic

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Describe Table

Retrieves detailed information for each column (including name, data type, kind, nullability, default value, and key status) in a specified snowflake table.

Explore Columns

Retrieves a sample of distinct values for specified columns from a snowflake table.

Run Query

Executes the given sql query in snowflake within the specified database and schema (which must exist and be accessible), automatically setting context first.

Show Databases

Retrieves a list of all databases available in the snowflake account.

Show Schemas

Retrieves a list of all schemas within a specified snowflake database.

Show Tables

Retrieves a list of tables, including their row counts and sizes in bytes, from a specified schema within a snowflake database.

6 actions available