Skip to main content
Glama

AnyCrawl MCP Server

by any4ai
docker-compose.yml1.03 kB
version: '3.8' services: # AnyCrawl MCP Server with integrated Nginx anycrawl-mcp: build: context: . dockerfile: Dockerfile container_name: anycrawl-mcp-server environment: - ANYCRAWL_MODE=MCP_AND_SSE - ANYCRAWL_PORT=3000 - ANYCRAWL_HOST=0.0.0.0 - CLOUD_SERVICE=true - ANYCRAWL_BASE_URL=https://api.anycrawl.dev - ENABLE_NGINX=true ports: - '80:80' # Nginx proxy port - '3000:3000' # Direct MCP server port networks: - anycrawl-network restart: unless-stopped healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost/health'] interval: 30s timeout: 10s retries: 3 start_period: 40s # Resource limits deploy: resources: limits: memory: 512M cpus: '0.5' reservations: memory: 256M cpus: '0.25' networks: anycrawl-network: driver: bridge # Optional: Add volumes for SSL certificates # volumes: # ssl-certs: # external: true

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/any4ai/anycrawl-mcp-server'

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