Skip to main content
Glama
.env.example618 B
# Xdebug MCP Server Configuration # DBGp Server Configuration # Port to listen for Xdebug connections (default: 9003) XDEBUG_PORT=9003 # Host to bind (use 0.0.0.0 for all interfaces) XDEBUG_HOST=0.0.0.0 # Command timeout in milliseconds (default: 30000) COMMAND_TIMEOUT=30000 # Path mappings from Docker container to host (JSON format) # Example: Maps /var/www/html in container to /home/user/projects/myapp on host # PATH_MAPPINGS='{ "/var/www/html": "/home/user/projects/myapp" }' # Variable inspection limits MAX_DEPTH=3 MAX_CHILDREN=128 MAX_DATA=2048 # Logging level: debug, info, warn, error LOG_LEVEL=info

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