Snowflake
Summary
Snowflake MCP Server provides secure access to Snowflake databases for any MCP-compatible client, enabling SQL query execution with robust connection management. Built by David Amom, it handles database connection lifecycle (connect, reconnect on timeout, close), supports both password and key pair authentication methods, and processes query results safely. The implementation is particularly valuable for AI assistants that need to interact with Snowflake data warehouses without requiring users to switch contexts or manually execute queries, making it ideal for data analysis, reporting, and exploration workflows.
Available Actions(2)
execute_query
Executes a SQL query on Snowflake and returns the results. Input: SQL query string. Output: Query results in a structured format.
export_to_csv
Executes a SQL query on Snowflake and returns the results. Input: SQL query string. Output: Number of rows exported and file path of the output file.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요