Skip to main content
Glama
docker-compose.yml637 B
services: homelab-mcp: build: . container_name: homelab-mcp restart: unless-stopped # All environment variables are loaded from .env file # See .env.example for available configuration options env_file: - .env # Docker socket (read-only by default, change to :rw for CAPABILITY_LEVEL=4) # Dockge stacks directory (read-only by default, change to :rw for CAPABILITY_LEVEL=4) volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /opt/stacks:/opt/stacks:ro # Expose the port defined in .env (defaults to 3005) ports: - "${PORT:-3005}:${PORT:-3005}" networks: {}

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

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