Skip to main content
Glama
docker-compose.yml539 B
version: "3.8" services: homelab-mcp: build: . container_name: homelab-mcp restart: unless-stopped ports: - "6971:6971" volumes: - ./config.yaml:/app/config.yaml:ro environment: - HOMELAB_MCP_CONFIG=/app/config.yaml - TZ=UTC networks: - homelab healthcheck: test: ["CMD", "python", "-c", "import httpx; httpx.get('http://localhost:6971/health')"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: homelab: driver: bridge

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/HavartiBard/homelab-mcp'

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