Skip to main content
Glama
docker-compose.yml694 B
version: "3.8" services: android-ui-assist-mcp: build: context: .. dockerfile: docker/Dockerfile container_name: android-ui-assist-mcp restart: unless-stopped volumes: # Mount ADB socket from host (Linux only) - /tmp/android-adb:/tmp/android-adb:ro # Mount ADB from host if needed - /usr/bin/adb:/usr/bin/adb:ro environment: - NODE_ENV=production # This service doesn't need to expose ports as it communicates via stdio # but we're adding a health check for monitoring healthcheck: test: ["CMD", "node", "-e", "console.log('OK')"] interval: 30s timeout: 10s retries: 3 start_period: 40s

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/infiniV/Android-Ui-MCP'

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