Skip to main content
Glama
nickweedon

Skeleton MCP Server

by nickweedon
build.md550 B
# Build Playwright Proxy MCP Docker Image Stop and remove any existing containers using the playwright-proxy-mcp image, then build a fresh Docker image. Steps: 1. Find all containers (running or stopped) that use the playwright-proxy-mcp image using `docker ps -a --filter ancestor=playwright-proxy-mcp --format "{{.ID}}"` 2. If any containers are found: - Stop and remove them using `docker rm -f <container_id>` 3. Build the Docker image using `docker compose build` Execute these steps sequentially and report the results of each operation.

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