Skip to main content
Glama

Snowflake MCP Server

by tushar3006
pyproject.toml642 B
[project] name = "mcp_snowflake_server" version = "0.4.0" description = "A simple Snowflake MCP server" readme = "README.md" requires-python = ">=3.10,<3.13" dependencies = [ "mcp>=1.0.0", "snowflake-connector-python[pandas]>=3.16.0,<4.0.0", "pandas>=2.2.3", "python-dotenv>=1.0.1", "sqlparse>=0.5.3", "snowflake-snowpark-python>=1.33.0,<2.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pyright>=1.1.389"] [project.scripts] mcp_snowflake_server = "mcp_snowflake_server:main" [tool.hatch.build.targets.wheel] packages = ["src/mcp_snowflake_server"]

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/tushar3006/MCP'

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