Skip to main content
Glama

Playwright SSE MCP Server

by torohash
compose.yml377 B
services: playwright-sse-mcp-server: build: context: . dockerfile: Dockerfile restart: ${RESTART_POLICY:-no} ports: - "${PORT:-3002}:${PORT:-3002}" networks: - mcp-network container_name: playwright-sse-mcp-server environment: - NODE_ENV=production - PORT=${PORT:-3002} networks: mcp-network: 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/torohash/playwright-sse-mcp-server'

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