Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd
.dockerignore761 B
# Docker .dockerignore Dockerfile.dev Dockerfile.secure docker-compose.*.yml setup.sh setup.ps1 Makefile # Logs logs/ *.log # Environment files .env.local .env.production .env.staging # Docker volumes docker-volumes/ # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # pytest .pytest_cache/ .coverage htmlcov/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Git .git/ .gitignore # Documentation docs/ *.md !README.md # Tests (exclude from production builds) tests/ test_* # Development files *.dev *.local

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