Skip to main content
Glama
docker-compose.yml402 B
version: '3.8' services: php: build: context: . dockerfile: Dockerfile volumes: - ./src:/var/www/html # Required for Linux to access host from container extra_hosts: - "host.docker.internal:host-gateway" environment: - XDEBUG_MODE=debug - XDEBUG_CONFIG=client_host=host.docker.internal client_port=9003 idekey=mcp ports: - "8080:80"

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/kpanuragh/xdebug-mcp'

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