Skip to main content
Glama
nickweedon

Skeleton MCP Server

by nickweedon
docker-compose.yml752 B
services: playwright-proxy-mcp: build: context: . target: production image: playwright-proxy-mcp:latest container_name: playwright-proxy-mcp env_file: - .env ports: - "8000:8000" volumes: # Persistent blob storage - blob-storage:/mnt/blob-storage # Playwright session data, traces, videos - playwright-output:/app/playwright-output restart: unless-stopped # Resource limits for browser automation deploy: resources: limits: memory: 4G # Browsers are memory-intensive cpus: '2.0' reservations: memory: 2G cpus: '1.0' volumes: blob-storage: driver: local playwright-output: driver: local

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/nickweedon/playwritght-proxy-mcp'

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