MCP Integration Setup

FlowLens integrates with AI coding assistants through the Model Context Protocol (MCP). This allows your AI assistant to query flow data and help with debugging directly from your IDE or CLI.

FlowLens MCP Server

A local MCP server that fetches your recorded user flows and bug reports from the FlowLens platform and exposes them to your AI coding agents for context-aware debugging.

Getting Started

[1] Prerequisites

Install pipx by following the official installation guide.

[2] Install flowlens-mcp-server pypi package

pipx install flowlens-mcp-server

To upgrade to the latest version:

pipx upgrade flowlens-mcp-server

[3] Coding Agent Configuration