
isaacwasserman
@isaacwasserman
Skills (2)
Snowflake MCP Server
MCP ServerA Model Context Protocol (MCP) server implementation that provides database interaction with Snowflake. This server enables running SQL queries via tools and exposes data insights and schema context as resources. - memo://insights A continuously updated memo aggregating discovered data insights. Updated automatically when new insights are appended via the appendinsight tool. - context://table/{tab
Data Visualization MCP Server
MCP ServerA Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax. The server offers two core tools: - Save a table of data agregations to the server for later visualization - name (string): Name of the data table to be saved - data (array): Array of objects representing the data table - Returns: success message - visualizedata - Vi