Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd
docker-compose.prod.yml1.01 kB
# Production override for docker-compose # Usage: docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d version: '3.8' services: simple-snowflake-mcp: # Use the more secure Dockerfile dockerfile: Dockerfile.secure # Remove development volumes volumes: - ./logs:/app/logs:rw # Add resource limits deploy: resources: limits: cpus: '1.0' memory: 512M reservations: cpus: '0.5' memory: 256M # Add restart policy restart: always # Add security options security_opt: - no-new-privileges:true # Read-only root filesystem (uncomment if your app supports it) # read_only: true # tmpfs: # - /tmp # - /app/logs # Add network isolation (create a custom network if needed) # networks: # - mcp-network # Uncomment to create isolated network # networks: # mcp-network: # driver: bridge # ipam: # config: # - subnet: 172.20.0.0/16

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