Skip to main content
Glama

pixelle-mcp-Image-generation

by AIDC-AI
docker-compose.ymlβ€’446 B
version: '3.8' services: # Pixelle MCP Service (Unified Architecture) pixelle: build: . ports: - "9004:9004" volumes: - ./data:/app/data - ./.env:/app/.env:ro healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9004/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s extra_hosts: - "host.docker.internal:host-gateway" 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/AIDC-AI/Pixelle-MCP'

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