Back to Home
magentic icon

flowlens-mcp-server

Verified Safe

by magentic

Overview

Provides rich browser context (user actions, network, console, storage, DOM, screen recording) to coding agents for in-depth debugging and automated regression testing of web applications.

Installation

Run Command
flowlens-mcp-server

Environment Variables

  • FLOWLENS_MCP_TOKEN

Security Notes

The server uses standard HTTP clients (`httpx`, `requests`, `aiohttp`) for external communication, handling tokens securely via environment variables. Pydantic DTOs provide schema validation for data. However, the `LocalZipClient`'s use of `zipfile.ZipFile.extractall` on user-provided local zip files does not appear to sanitize filenames within the archive. This could potentially expose the system to path traversal vulnerabilities if a malicious zip file is processed, allowing files to be written outside the intended extraction directory. This risk is primarily confined to the local machine of the developer running the server and providing the local zip path.

Similar Servers

Stats

Interest Score73
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars79
Forks2
Last Update2025-12-04

Tags

Browser ContextDebuggingRegression TestingAI Agent ToolWeb Development