Skip to main content
Glama
compose.yaml1.59 kB
name: magg services: base: profiles: ["_"] # Hidden from normal operations build: dockerfile: dockerfile args: MAGG_READ_ONLY: ${MAGG_READ_ONLY:-false} environment: MAGG_PRIVATE_KEY: ${MAGG_PRIVATE_KEY:-} MAGG_LOG_LEVEL: ${MAGG_LOG_LEVEL:-} MAGG_CONFIG_PATH: ${MAGG_CONFIG_PATH:-} MAGG_SELF_PREFIX: ${MAGG_SELF_PREFIX:-} MAGG_AUTO_RELOAD: ${MAGG_AUTO_RELOAD:-false} MAGG_RELOAD_POLL_INTERVAL: ${MAGG_RELOAD_POLL_INTERVAL:-} MAGG_RELOAD_USE_WATCHDOG: ${MAGG_RELOAD_USE_WATCHDOG:-} MAGG_STDERR_SHOW: ${MAGG_STDERR_SHOW:-} MAGG_PREFIX_SEP: ${MAGG_PREFIX_SEP:-} volumes: - ${MAGG_CONFIG_VOLUME:-magg-config}:/home/magg/.magg networks: - magg-network restart: unless-stopped magg: extends: service: base build: target: pro image: ${REGISTRY:-}${REGISTRY:+/}magg:${SOURCE:-${USER}}-pro container_name: magg-server ports: - "8000:8000" magg-beta: extends: service: base build: target: pre image: ${REGISTRY:-}${REGISTRY:+/}magg:${SOURCE:-${USER}}-pre container_name: magg-server-pre ports: - "8001:8000" magg-dev: extends: service: base build: target: dev environment: MAGG_AUTO_RELOAD: ${MAGG_AUTO_RELOAD:-true} image: ${REGISTRY:-}${REGISTRY:+/}magg:${SOURCE:-${USER}}-dev container_name: magg-server-dev ports: - "8008:8000" volumes: - ./.magg:/home/magg/.magg:rw volumes: magg-config: networks: magg-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/sitbon/magg'

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