snowflake-mcp-server-by-cdata

snowflake-mcp-server-by-cdata

3.2

If you are the rightful owner of snowflake-mcp-server-by-cdata 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.

CData's Model Context Protocol (MCP) Server for Snowflake is a read-only server that allows LLMs to query live data from Snowflake using the CData JDBC Driver.

The CData MCP Server for Snowflake is designed to facilitate the interaction between large language models (LLMs) and Snowflake databases. By leveraging the CData JDBC Driver, this server exposes Snowflake data as relational SQL models, enabling LLMs to access live data through a simple MCP interface. This setup allows users to query Snowflake data using natural language, eliminating the need for SQL knowledge. The server is read-only, but a full-featured version with read, write, update, and delete capabilities is available in beta. The server is particularly useful for applications like Claude Desktop, where users can ask questions about their data and receive real-time responses.

Features

  • Read-only access to Snowflake data via MCP interface.
  • Integration with CData JDBC Driver for Snowflake.
  • Natural language querying without SQL.
  • Compatible with LLMs like Claude Desktop.
  • Simplified setup with a focus on live data retrieval.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get the column list of specified tables

  3. {servername}_run_query

    Execute SQL SELECT query