#!/bin/bash
# Wrapper script for Playwright MCP server that disables TTY detection
# This helps avoid hanging issues with npx
cd /Users/steipete/Projects/Peekaboo
export TERM=dumb
export NO_COLOR=1
exec npx @playwright/mcp@latest "$@"
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/steipete/Peekaboo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server