FlowLens is an open-source MCP server that gives your coding agent (Claude Code, Cursor, Copilot, Codex) full browser context for in-depth debugging and regression testing.
{
"mcpServers": {
"flowlens": {
"command": "uvx",
"args": [
"flowlens-mcp-server"
]
}
}
}