consolespy
7
ConsoleSpy is a tool that captures and makes browser console logs available in Cursor IDE using the Model Context Protocol (MCP). It includes a server, an MCP server, and a browser extension to enable seamless log capturing and usage within the IDE.
What should I do if logs aren't appearing in Cursor?
Ensure both servers are running, the browser extension is enabled, and the MCP server is correctly added in Cursor's settings. Try refreshing the page or restarting the servers if issues persist.
How can I change the port for the console log server?
Update the port number in mcp-server.js
, console-spy-mcp.js
, and the browser extension's content.js
. Ensure consistency across all files.