isaacwasserman_mcp-snowflake-server
0
The Snowflake MCP Server is designed to facilitate easy interaction with Snowflake databases by providing a set of tools for executing SQL queries, managing schemas, and analyzing data insights. It updates data insights in real-time and is compatible with Claude Desktop via Smithery installation.
read_query
Execute SELECT query and return query results
write_query
Execute an INSERT, UPDATE, or DELETE query to return the number of affected rows
create_table
Create a new table and return confirmation information
list_tables
List all table names in the database
describe-table
View column information for a specific table
append_insight
Add data insights into memo resources and trigger memo updates