We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/georgeLochner/playwright-mcp-mod'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"playwright-debug": {
"command": "node",
"args": [
"/home/georg/code/tools/playwright-mcp/cli.js",
"--config",
"/home/georg/code/tools/playwright-mcp/debug-config.json"
]
}
}
}