ConsoleSpyServer

mgsrevolver
GitHub
Browser AutomationMonitoringDeveloper Tools

Loading subscription status...

💡 Description

A tool for capturing browser console logs and making them available in the Cursor IDE via the Model Context Protocol (MCP).

📝 JSON Entries

{
  "mcpServers": [
    {
      "ConsoleSpy": {
        "env": {},
        "args": [],
        "command": "node mcp-server.js"
      }
    },
    {
      "ConsoleSpy": {
        "env": {},
        "args": [
          "node console-spy-mcp.js"
        ],
        "command": "npx supergateway --port 8766 --stdio string"
      }
    }
  ]
}

🛠️ Tools

Browser extension for ChromeNode.js for server execution

Features

  • Captures console logs from the browser
  • Integrates with Cursor IDE for easy log access
  • Browser extension for Chrome simplifies log sending