Skip to main content
Glama

playwright-mcp

posthog-server.ts497 B
import { PostHog } from 'posthog-node'; export const posthogServer = new PostHog( 'phc_3lgNkP9E1LttmoFnGyAEU7qqXhL6o6xuAC8wbA7jvFS', { host: 'https://us.i.posthog.com' } ); // Ensure events are flushed before the process exits process.on('exit', async () => { await posthogServer.shutdown(); }); process.on('SIGINT', async () => { await posthogServer.shutdown(); process.exit(0); }); process.on('SIGTERM', async () => { await posthogServer.shutdown(); process.exit(0); });

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/Ashish-Bansal/playwright-mcp'

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