
FlowLens
Bug reports built for coding agents, so you can ship faster.
198 followers
Bug reports built for coding agents, so you can ship faster.
198 followers
FlowLens makes sharing web-app bugs with your coding agents ridiculously easy. No more praying your agent can reproduce an issue, or dumping console logs and screenshots into chat. Just click once in the Chrome extension and FlowLens captures everything automatically. Your coding agent gets rich, ready-to-use context through the open-source MCP server. All while keeping token usage super efficient.









FlowLens
Hi Product Hunt! ๐
Debugging with AI agents is powerful, but only when the agent can actually see what you saw. We kept running into the same problem: you find a bug, but the agent has almost no context beyond your description, and you end up stuck in copy-pasting hell.
So we builtย FlowLens, an open-source MCP server and Chrome extension that give coding agents instant, structured browser context. Think of it asย session replay designed for AI debugging.
Tools like DevTools or Playwright MCP focus on reproducing issues. FlowLens helps when you have already found the bug and simply need to show your agent exactly what happened. This significantly cuts down the time and tokens needed to reproduce issues, especially in complex user flows.
What you can do with the extension
Record specific workflows on demand
Use a rolling session replay mode that keeps around 60 seconds of DOM, network, and console events
When something breaks, you can grab an instant replay without recreating anything.
The extension exports a localย `.zip`ย that contains the full session.
The MCP server loads that file and exposes token-efficient tools that agents can use. Your agent starts with a summary of errors, failed requests, and timestamps, then drills down using tools like:
search_flow_events_with_regex
take_flow_screenshot_at_second
Your agent can search, filter, and inspect specific points in time the same way a developer would, without bloating its context window with raw logs.
Privacy and collaboration
Privacy-first:ย everything runs locally and captured data stays on your machine
For teams:ย optionally share flows on the FlowLens platform
If you want to get started or explore the MCP server, the repo is here:
๐ย https://github.com/magentic/flowlens-mcp-server
Would love your feedback!
@zidan_101ย I like that everything runs locally.
FlowLens
@masumpย Thanks! Going fully local came straight from early customer feedback, happy it clicks with you too.
Auto-Hashtag API
Looks like a winner. Next step would be anything you can do to cut steps. Just a thought.
FlowLens
@osakasaulย Thanks for the feedback! Great point. If you have any specific ideas on how we could cut steps further, Iโd love to hear them!
FlowLens
I asked Claude Code how itโs finding FlowLens, and hereโs what it said. Excited to see how people use it!
FlowLens
We built FlowLens with privacy and flexibility in mind.
Choose the setup that works for you:
Let your AI agent debug for you: with our free, open-source MCP, all data stays on your machine.
Share flows with teammates for your different projects: using our SOC 2 compliant SaaS with a startup-friendly free tier.
Self-host for enterprise (BYOC): maintain full control over your data.
Every shared flow includes full context: network requests, console logs, JavaScript error traces, storage events, and a visual recording.
Very cool. Is it possible to self host?
FlowLens
@mikestaubย Thanks! Yes, self-hosting is available, mainly for enterprise teams and companies in regulated environments