Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd

execute-snowflake-sql

Run SQL queries on Snowflake databases via the Simple Snowflake MCP Server, designed to operate efficiently behind corporate proxy setups.

Instructions

Execute a SQL query on Snowflake and return the result.

Input Schema

NameRequiredDescriptionDefault
sqlYesSQL query to execute

Input Schema (JSON Schema)

{ "properties": { "sql": { "description": "SQL query to execute", "type": "string" } }, "required": [ "sql" ], "type": "object" }
Install Server

Other Tools from Simple Snowflake MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/YannBrrd/simple_snowflake_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server