Skip to main content
Glama
rakheshkrishna2005

snowflake-mcp

snowflake-mcp

Snowflake MCP server built with FastMCP.

Quick Start

Windows PowerShell

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

macOS / Linux

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Related MCP server: Snowflake MCP Server

Configuration

Create an empty .env file in the project root with follwing credentials.

Provide credentials through environment variables configuration.

You can also copy the values from .env.example into .env and fill in your Snowflake details.

- SNOWFLAKE_ACCOUNT
- SNOWFLAKE_USER
- SNOWFLAKE_PASSWORD
- SNOWFLAKE_WAREHOUSE
- SNOWFLAKE_DATABASE
- SNOWFLAKE_SCHEMA
- SNOWFLAKE_ROLE
- SNOWFLAKE_ALLOW_WRITE=false

Keep SNOWFLAKE_ALLOW_WRITE=false unless you want to allow write operations.

Use the VS Code MCP start button in .vscode/mcp.json to launch the server.

Tools

  • list_databases

  • list_schemas

  • list_tables

  • describe_table

  • read_query

  • write_query

  • create_table

  • append_insight

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables interaction with Snowflake databases through SQL queries, schema exploration, and data analysis. Supports read/write operations, table management, and automatic insight tracking for comprehensive database operations through natural language.
    7
    GPL 3.0
  • A
    license
    -
    quality
    C
    maintenance
    Enables read-only interaction with Snowflake databases through SQL queries, schema exploration, and data insight tracking. Provides tools to query data, list databases/schemas/tables, describe table structures, and maintain a memo of discovered insights.
    GPL 3.0
  • A
    license
    -
    quality
    D
    maintenance
    Integrates Snowflake Cortex AI features like Cortex Search and Analyst into the MCP ecosystem, enabling retrieval-augmented generation and structured data analysis. It also provides tools for chat completions and agentic orchestration using Snowflake-hosted large language models.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/rakheshkrishna2005/snowflake-mcp'

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