Skip to main content
Glama
docker-compose.yml407 B
version: '3.8' services: watercrawl-mcp: image: watercrawl/mcp:latest container_name: watercrawl-mcp environment: - WATERCRAWL_API_KEY=${WATERCRAWL_API_KEY} - WATERCRAWL_BASE_URL=${WATERCRAWL_BASE_URL:-https://app.watercrawl.dev} - SSE_PORT=${SSE_PORT:-3000} - SSE_ENDPOINT=${SSE_ENDPOINT:-/sse} ports: - "${SSE_PORT:-3000}:3000" restart: unless-stopped

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/watercrawl/watercrawl-mcp'

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