Skip to content

Add Console Catcher - browser console errors for AI coding assistants#3702

Closed
lewismcgui wants to merge 1 commit intomodelcontextprotocol:mainfrom
lewismcgui:add-console-catcher
Closed

Add Console Catcher - browser console errors for AI coding assistants#3702
lewismcgui wants to merge 1 commit intomodelcontextprotocol:mainfrom
lewismcgui:add-console-catcher

Conversation

@lewismcgui
Copy link
Copy Markdown

Summary

Adds Console Catcher to the community servers list.

What it does: Chrome extension captures browser console.error, uncaught exceptions, and unhandled promise rejections, then makes them available to AI coding assistants (Claude Code, Cursor, etc.) via MCP tools.

The problem it solves: After pushing code, developers test in the browser and hit errors. Currently they must open DevTools, find the error, copy it, and paste it into their AI coding tool. Console Catcher eliminates this friction — errors flow automatically from browser to AI.

MCP Tools:

  • get_errors — retrieve captured errors with optional URL and time filtering
  • clear_errors — clear captured errors
  • get_error_stats — quick summary of error counts by domain

Install: npm install -g console-catcher + Chrome extension

npm: https://www.npmjs.com/package/console-catcher

@lewismcgui lewismcgui closed this Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant