Skip to main content
Glama

IOL MCP Server

by pgallar
docker-compose.yml712 B
version: '3.8' services: iol-mcp-sse: build: . container_name: iol-mcp-sse command: ./start-server-sse.sh environment: - IOL_USERNAME=${IOL_USERNAME} - IOL_PASSWORD=${IOL_PASSWORD} - HOST=0.0.0.0 - PORT=8001 - RELOAD=true ports: - "8001:8001" volumes: - ./logs:/app/logs - ./src:/app/src # Para desarrollo, permite hot-reload restart: unless-stopped healthcheck: test: ["CMD", "bash", "/app/healthcheck.sh"] interval: 300s timeout: 30s retries: 3 start_period: 120s networks: - iol-network networks: iol-network: name: iol-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/pgallar/iol-mcp'

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