Skip to main content
Glama

Lulu Print MCP Server

by devlimelabs
docker-compose.yml501 B
version: '3.8' services: lulu-print-mcp: build: context: . dockerfile: Dockerfile container_name: lulu-print-mcp environment: - LULU_CLIENT_KEY=${LULU_CLIENT_KEY} - LULU_CLIENT_SECRET=${LULU_CLIENT_SECRET} - LULU_USE_SANDBOX=${LULU_USE_SANDBOX:-false} - DEBUG=${DEBUG:-false} - NODE_ENV=production volumes: - ./logs:/app/logs networks: - lulu-network restart: unless-stopped networks: lulu-network: driver: bridge

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/devlimelabs/lulu-print-mcp'

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