Simple Snowflake MCP
Related Servers
Alternatives to Simple Snowflake MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA MCP Proxy (Local <-> SSE) with token based authentication.1MIT
- FlicenseNot gradedqualityNot gradedmaintenancePersonal MCP server for Snowflake and Tableau integration, enabling SQL queries and database/table listing as well as Tableau workbook, view, datasource management.-
- AlicenseNot gradedqualityFmaintenanceA simple MCP server that can enable MCP clients to query Bluesky instances.34MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides access to Snowflake databases for any MCP-compatible client, allowing execution of SQL queries with automatic connection management.5MIT
- AlicenseAqualityCmaintenanceAn MCP server for Snowflake that enables table discovery, metadata inspection, and SQL query execution through natural language, supporting password, key-pair, and OAuth authentication.825 npmMIT
- AlicenseAqualityAmaintenanceAn MCP server for MotherDuck and local DuckDB.5524MIT
TDQS
Scored across 7 tools
There is significant overlap between tools, particularly 'execute-query' and 'execute-snowflake-sql' which appear to serve nearly identical purposes, both executing SQL queries on Snowflake. Additionally, 'describe-view' and 'query-view' both target views but with different outputs, which could cause confusion about when to use each. This ambiguity makes it difficult for an agent to reliably select the correct tool without careful examination of descriptions.
The naming is mixed with some consistency issues. Most tools use a verb-noun pattern (e.g., 'list-databases', 'describe-view'), but there are deviations like 'execute-snowflake-sql' which includes the platform name, unlike the simpler 'execute-query'. The use of hyphens is consistent, but the verb choices and specificity vary, leading to a readable but not fully predictable naming scheme.
With 7 tools, the count is reasonable for a Snowflake database interaction server, covering key operations like listing resources, executing queries, and managing views. It is slightly on the lower side but still well-scoped for basic database tasks, with each tool having a clear role except for the overlapping execution tools.
The tool set covers core read and list operations for Snowflake, including databases, warehouses, and views, but has notable gaps. There is no support for write operations (e.g., INSERT, UPDATE, DELETE) or schema modifications, which limits the server to querying and describing existing data. While agents can perform basic exploration, the lack of data manipulation tools makes the surface incomplete for full database management.