snowflake-mcp-server-by-cdata
@CDataSoftware
关于 snowflake-mcp-server-by-cdata
This read-only MCP Server allows you to connect to Snowflake data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is snowflake-mcp-server-by-cdata?
snowflake-mcp-server-by-cdata is a read-only MCP (Model Context Protocol) server that allows LLMs like Claude Desktop to query live data in Snowflake using natural language. It wraps the CData JDBC Driver for Snowflake and exposes Snowflake tables as relational SQL models through a simple MCP interface.
How to use snowflake-mcp-server-by-cdata?
Clone the repository, build it with mvn clean install, then download and license the CData JDBC Driver for Snowflake. Create a .prp file with your JDBC connection string, driver path, and settings. Configure Claude Desktop by adding the server to its claude_desktop_config.json with the path to Java and the JAR and .prp file. The server uses stdio transport and must run on the same machine as the client.
Key features of snowflake-mcp-server-by-cdata
- Read‑only querying of Snowflake data via natural language.
- Built on the CData JDBC Driver for Snowflake.
- Exposes Snowflake tables as relational SQL models.
- Provides tools:
get_tables,get_columns, andrun_query(SQL SELECT). - Works with Claude Desktop and other MCP clients using
stdio. - MIT licensed and open source.
Use cases of snowflake-mcp-server-by-cdata
- Ask an LLM to analyze Snowflake data without writing SQL.
- Let Claude Desktop answer questions about live Snowflake tables.
- Quickly explore Snowflake schemas and run SELECT queries from a chatbot.
- Integrate Snowflake data into AI workflows for reporting or analytics.
FAQ from snowflake-mcp-server-by-cdata
What does snowflake-mcp-server-by-cdata do?
It lets LLMs like Claude Desktop query live Snowflake data by asking natural-language questions, without needing to write SQL. It is a read‑only server based on the CData JDBC Driver for Snowflake.
What dependencies are required?
You need Java, Maven to build, and the CData JDBC Driver for Snowflake (requires installation and licensing). The server runs on any OS with Java.
Is snowflake-mcp-server-by-cdata read‑only?
Yes, this MCP server is read‑only. For full CRUD and action capabilities, CData offers a separate beta MCP Server for Snowflake with a simplified setup.
What transport does it use?
The server uses stdio transport, so it must run on the same machine as the MCP client (e.g., Claude Desktop).
Where is the data stored?
Data remains in Snowflake; the server only queries live data. No local persistence is used.
数据库 分类下的更多 MCP 服务器
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Snowflake MCP Server
isaacwasserman
PostgreSQL
modelcontextprotocolModel Context Protocol Servers
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论