Skip to main content
Glama

Chrome Debug MCP Server

<!DOCTYPE html> <html> <head> <title>Chrome Debug MCP Test</title> </head> <body> <h1>Chrome Debug MCP Test Page</h1> <script> // Generate some console messages console.log("Test log message"); console.info("Test info message"); console.warn("Test warning message"); console.error("Test error message"); // Create a global variable to test evaluate window.testVariable = "Hello from test page!"; </script> </body> </html>

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/robertheadley/chrome-debug-mcp'

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