Skip to main content
Glama
docker-compose.yml.standalone836 B
services: iris-app: build: . container_name: iris-app restart: unless-stopped ports: - "8000:8000" # OAuth Server - "8001:8001" # MCP Server - "8081:8081" # Booking Page - "9000:9000" # Trusty Sign API volumes: - ./data:/app/data - ./logs:/app/logs - ./attachments:/app/attachments - ./.env:/app/.env:ro - ./trustysign-frontend/out:/app/trustysign-frontend:ro environment: - PYTHONUNBUFFERED=1 networks: - swissknife_default - swissknife_swissknife-network healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/oauth/health"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: swissknife_default: external: true swissknife_swissknife-network: external: true

Latest Blog Posts

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/ilvolodel/iris-legacy'

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