-
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
Snowflakeとのデータベース連携を可能にするモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーは、ツール経由で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