
Snowflake
isaacwasserman/mcp-snowflake-serverA Model Context Protocol (MCP) server for interacting with Snowflake databases.
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Database
Tools
6read_query
Execute a SELECT query on the Snowflake database
Parameter Type Description query*string SELECT SQL query to execute list_tables
List all tables in the Snowflake database
describe_table
Get the schema information for a specific table
Parameter Type Description table_name*string Name of the table to describe append_insight
Add a data insight to the memo
Parameter Type Description insight*string Data insight discovered from analysis write_query
Execute an INSERT, UPDATE, or DELETE query on the Snowflake database
Parameter Type Description query*string SQL query to execute create_table
Create a new table in the Snowflake database
Parameter Type Description query*string CREATE TABLE SQL statement
Resources
1Data Insights Memo
A living document of discovered data insights
text/plainmemo://insights
Prompts
0No prompts available for this server