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

An open-source MCP server that connects your captured local or (shareable) flows to your AI coding agent.

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

To check that the package is installed successfully:

flowlens-mcp-server

[3] Configuration