Hacker News new | ask | show | jobs
Show HN: Local Lens – MCP that captures logs and network reqs for debugging (github.com)
3 points by arthurtakeda 338 days ago
Hi HN!

I created a tool that I wish existed: it captures browser console messages, network requests, and backend server logs, and exposes them to an LLM through an MCP/http server.

It's 100% local, all data is stored in a local SQLite file.

All feedback is welcome, hope it's useful!