We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudflare/playwright-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•261 B
# This ignores everything by default, except for package.json and LICENSE and README.md.
# See https://docs.npmjs.com/misc/developers
**/*
# Include sources from lib, but not map files.
!lib/**/*.js
# Include playwright core and test entry points
!index.d.ts