-
securityA
license-
qualityA Model Context Protocol server that enables Claude to execute SQL queries on Snowflake databases with automatic connection lifecycle management.
Last updated -
28
Python
MIT License
模型上下文协议 (MCP) 服务器实现,提供与 Snowflake 的数据库交互。此服务器支持通过工具运行 SQL 查询,并将数据洞察和架构上下文作为资源公开。
memo://insights
append_insight
工具附加新的见解时自动更新。context://table/{table_name}
该服务器公开以下工具:
read_query
SELECT
查询以从数据库读取数据。query
(字符串):要执行的SELECT
SQL 查询write_query
(仅使用--allow-write
启用)INSERT
、 UPDATE
或DELETE
查询。query
(字符串):SQL 修改查询create_table
(仅使用--allow-write
启用)query
(字符串): CREATE TABLE
SQL语句list_databases
list_schemas
database
(字符串):数据库的名称list_tables
database
(字符串):数据库的名称schema
(字符串):模式的名称describe_table
table_name
(字符串):完全限定表名( database.schema.table
)append_insight
insight
(字符串):通过分析发现的数据洞察memo://insights
资源的更新要通过Smithery自动为 Claude Desktop 安装 Snowflake Server:
uv
:.env
文件:runtime_config.json
以设置数据库、模式或表的排除模式。claude_desktop_config.json
:--allow-write
显式启用它们。append_insight
工具动态更新memo://insights
资源。麻省理工学院
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Snowflake 集成实现读取和(可选)写入操作以及洞察跟踪
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacwasserman/mcp-snowflake-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server