snowflake-mcp-server
❄️ snowflake-mcp-server
ネイティブ Snowflake データクラウドと Cortex AI のスーパーパワーで AI エージェントを強化! ⚡
エンタープライズグレードの Model Context Protocol(MCP)サーバーであり、18 のドメインモジュールにわたる 127 のツール、ゼロ設定の接続解決、安全な SQL 実行、仮想ウェアハウス管理、オブジェクト検査、Cortex AI 統合を、お気に入りの AI アシスタントに直接提供します。
🛡️ エンタープライズ免責事項と安全性
[!IMPORTANT] コミュニティプロジェクトの免責事項
snowflake-mcp-serverは、Apache 2.0 ライセンスの独立したオープンソースプロジェクトです。Snowflake Inc. とは一切提携、スポンサー、推奨、またはサポート関係にありません。"Snowflake" および "Cortex" は Snowflake Inc. の商標です。
[!WARNING] 安全ガードレール
読み取り専用セーフティモード:
SNOWFLAKE_MCP_READONLY=1を設定するか(--readonlyを渡す)、すべての DDL/DML 変更機能を無効にします。破壊的操作の安全ゲート: データベース、スキーマ、またはテーブルの削除には、明示的な
confirm=Trueが必要です。クエリ制限: デフォルトの実行制限により、コンテキストウィンドウのオーバーフローを防ぎます(
SNOWFLAKE_MAX_ROWS=1000、SNOWFLAKE_QUERY_TIMEOUT=120)。
Related MCP server: Snowflake MCP Server
🔌 接続とマルチ認証の解決
snowflake-mcp-server は、すべてのエンタープライズ Snowflake 構成において認証情報を自動的に解決します。
Snowflake CLI の継承(
~/.snowflake/connections.toml): ゼロ設定の接続。snowで接続を設定している場合、サーバーは自動的にデフォルトまたは指定されたプロファイル(-c <conn_name>)に接続します。プログラムによるアクセストークン(PAT)/ OAuth:
tokenを接続プロファイルまたはSNOWFLAKE_TOKENに設定します。RSA キーペア JWT 認証:
SNOWFLAKE_PRIVATE_KEY_PATH(および任意のSNOWFLAKE_PRIVATE_KEY_PASSPHRASE)を設定します。SSO / ブラウザー認証:
SNOWFLAKE_AUTHENTICATOR=externalbrowserを設定します。環境変数: 標準の
SNOWFLAKE_ACCOUNT、SNOWFLAKE_USER、SNOWFLAKE_PASSWORD、SNOWFLAKE_WAREHOUSE、SNOWFLAKE_DATABASE、SNOWFLAKE_SCHEMA、SNOWFLAKE_ROLEを使用します。
📦 インストールとクイックスタート
# Install via pip
pip install snowflake-mcp-server
# Run with a specific Snowflake CLI connection profile
snowflake-mcp -c my_connection
# Run in read-only mode
snowflake-mcp -c my_connection --readonly
# Run with Docker
docker build -t snowflake-mcp-server .
docker run -i --rm snowflake-mcp-server🛠️ 完全なツールスイート(127 のエンタープライズツール)
Domain Suite | Count | Key Tools |
1. SQL クエリとトランザクション | 8 |
|
2. データベースとクローン | 7 |
|
3. スキーマとクローン | 6 |
|
4. テーブル、ビュー、パーティション | 10 |
|
5. 仮想ウェアハウスとスケーリング | 8 |
|
6. ステージとファイル操作 | 6 |
|
7. タスクと DAG パイプライン | 7 |
|
8. ストリームと変更データキャプチャ | 5 |
|
9. 動的テーブルと Iceberg テーブル | 7 |
|
10. Snowpipe とデータ取り込み | 5 |
|
11. アラートと通知 | 6 |
|
12. ガバナンス、RBAC、ユーザー | 10 |
|
13. ネットワークとパスワードポリシー | 6 |
|
14. SPCS コンピュートプールと Streamlit | 8 |
|
15. オブジェクトタグと分類 | 4 |
|
16. プログラマビリティ、UDF、シークレット | 8 |
|
17. Cortex AI と NLP 拡張機能 | 8 |
|
18. 複合エージェントワークフロー | 8 |
|
📜 ライセンス
Apache 2.0. Copyright (c) 2026 Christian Claudio.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables intelligent data analysis and querying of Snowflake databases through specialized AI agents. Features 20+ tools for data operations, lineage tracing, usage analysis, and performance optimization with multi-agent architecture.
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to securely connect to Snowflake data warehouses and execute SQL queries through natural language interactions. Supports multiple authentication methods and provides formatted query results with built-in security controls.12
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Snowflake through Cortex AI services including search, analyst, and agents for querying structured and unstructured data, plus SQL execution and object management capabilities.296Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform comprehensive Snowflake database operations including DDL, DML, and warehouse management. It allows users to query data, manage database objects, and configure permissions using natural language commands.MIT
Related MCP Connectors
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/christianclaudio/mcp-server-snowflake'
If you have feedback or need assistance with the MCP directory API, please join our Discord server