vlamprakakis/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Snowflake MCP Server is a Model Context Protocol server that facilitates interaction with a Snowflake database using browser-based SSO authentication.
Tools
3
Resources
0
Prompts
0
mcp-server
Snowflake MCP Server
This project provides a Model Context Protocol (MCP) server that connects to a Snowflake database using browser-based SSO authentication.
It exposes schema discovery and SQL execution tools that can be used by an LLM client (e.g. VS Code MCP integration) to explore data and build natural language queries.
🚀 Features
- Browser SSO authentication (
externalbrowser). - Exposed MCP tools:
run-sql→ execute any SQL query.list-tables→ list tables in the current schema.describe-table→ describe columns and data types of a given table.
- Includes a test client (
mcp_client_test.py) for local verification.