Skip to main content
Glama

Printify MCP Server

by TSavo
docker-compose.yml1.36 kB
version: '3' # There are two ways to configure environment variables: # 1. Using a .env file (uncomment the volume mount below) # 2. Setting environment variables directly (uncomment and set the environment variables below) services: printify-mcp: build: . # Or use the image from Docker Hub # image: tsavo/printify-mcp:latest container_name: printify-mcp stdin_open: true # Keep STDIN open for stdio transport tty: true # Allocate a pseudo-TTY environment: - NODE_ENV=production # Option 1: Set environment variables directly (recommended) # - PRINTIFY_API_KEY=your_printify_api_key # - PRINTIFY_SHOP_ID=your_shop_id_optional # Optional: Only needed if you want to use image generation features # - REPLICATE_API_TOKEN=your_replicate_api_token # Required if using the Flux 1.1 Pro Ultra model for image generation # - IMGBB_API_KEY=your_imgbb_api_key # Option 2: Use environment variables from .env file # - PRINTIFY_API_KEY=${PRINTIFY_API_KEY} # - PRINTIFY_SHOP_ID=${PRINTIFY_SHOP_ID} # - REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN} volumes: # Option 2: Mount a .env file for environment variables # - ./.env:/app/.env:ro # Always mount a volume for temporary files - ./temp:/app/temp restart: unless-stopped

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/TSavo/printify-mcp'

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