Skip to content

Conversation

jasonsum
Copy link

Description

Add MCP server for Snowflake from Snowflake-Labs

Server built by members of Snowflake's Solution Innovation Team:
Jason Summer
Tyler White
Tony Gordon, Jr

Server Details

This Snowflake MCP server provides tooling for Snowflake Cortex AI, object management, and SQL orchestration, bringing these capabilities to the MCP ecosystem. When connected to an MCP Client users can leverage these features.

The MCP server currently supports the below capabilities:

Cortex Search: Query unstructured data in Snowflake as commonly used in Retrieval Augmented Generation (RAG) applications.
Cortex Analyst: Query structured data in Snowflake via rich semantic modeling.
Cortex Agent: Agentic orchestrator across structured and unstructured data retrieval
Object Management: Perform basic operations against Snowflake's most common objects such as creation, dropping, updating, and more.
SQL Execution: Run LLM-generated SQL managed by user-configured permissions.
Semantic View Querying: Discover and query Snowflake Semantic Views

Motivation and Context

Currently listed MCP servers for Snowflake lack capabilities supported by Snowflake. This MCP server introduces a richer feature set with additional fine-grained controls and full support for all Snowflake authentication methods.

How Has This Been Tested?

Yes. All tools have been tested and several hundred Snowflake customers are using the MCP server in Cursor, Claude for Desktop, goose from Block, VSCode with GitHub Copilot, etc.

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • [x ] I have read the MCP Protocol Documentation
  • [ x] My changes follows MCP security best practices
  • [ x] I have updated the server's README accordingly
  • [x ] I have tested this with an LLM client
  • [ x] My code follows the repository's style guidelines
  • [ x] New and existing tests pass locally
  • [ x] I have added appropriate error handling
  • [ x] I have documented all environment variables and configuration options

Additional context

Snowflake managed MCP servers are coming soon.

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go into the Official section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants