Downloads

Bring Flow Relay into your editor and AI tools.

Editor Extensions

VS Code

VS Code

Install directly from the Visual Studio Marketplace or search "Flow Relay" in the Extensions panel.

Cursor

Cursor

Cursor uses the VS Code Marketplace. Search "Flow Relay" in the Extensions tab or install from the link below.

Antigravity

Antigravity

Antigravity uses the Open VSX Registry. Search "Flow Relay" in Extensions or install from the link below.

Manual Installation

Download the .vsix file and install it via Ctrl+Shift+P→ "Extensions: Install from VSIX..."

Download .vsix

Extension Features

Getting Started

  1. 1.Install the extension from the marketplace (or via .vsix)
  2. 2.Open the command palette (Ctrl+Shift+P) and run Flow Relay: Set API Key
  3. 3.Enter your API key (create one in Settings → API Keys)
  4. 4.The Flow Relay sidebar will appear – you're ready to go

Sidebar Panels

Handoffs

View handoffs in your active scope (personal stream or selected project). The extension differentiates personal vs organization project context and includes project metadata in each handoff.

Integrations

See integrations in the active scope. In project scope, resources show health and provider coverage so teams can quickly identify readiness gaps before generating handoffs.

Workspace Context

Dedicated workspace panel for multi-tenant context: personal/business mode, admin/member role, project/no-project state, and organization/personal project scope.

Status Bar

A ♾️ Flow Relay button appears in the status bar (bottom right). It reflects the active scope and lets you quickly generate a handoff for personal stream or selected project.

Available Commands

CommandDescription
Flow Relay: Set API KeyStore your API key securely in the editor's secret storage
Flow Relay: Select Project ContextSwitch between personal stream and accessible projects (personal or organization)
Flow Relay: Generate HandoffGenerate a handoff from all connected sources
Flow Relay: Generate Handoff from Source...Pick specific integrations to include in the handoff
Flow Relay: Show HandoffsBrowse and open your recent handoffs
Flow Relay: Show Last HandoffQuickly view the most recent active handoff
Flow Relay: Show IntegrationsSee your connected integrations with workspace info
Flow Relay: RefreshRefresh all sidebar panels with the latest data

MCP Server for Claude

Claude

Claude Desktop & Claude Code

Use Flow Relay directly from Claude. Generate handoffs, list integrations, and view recent activity – all through natural conversation. No repository access needed – the server is installed automatically via npm.

Setup

  1. 1.Make sure you have Node.js installed (v18 or later)
  2. 2.Create an API key in your Flow Relay settings
  3. 3.Add the following to your Claude Desktop/Code config file:
{
  "mcpServers": {
    "flowrelay": {
      "command": "npx",
      "args": ["-y", "@flowrelay/mcp-server"],
      "env": {
        "FLOWRELAY_API_KEY": "fr_your_api_key_here",
        "FLOWRELAY_PROJECT_ID": "optional_project_id"
      }
    }
  }
}

Available Tools

ToolDescription
get_workspace_contextInspect account mode, active scope, and current role
list_projectsList personal and organization projects you can access
set_active_projectSet/clear active project context for multi-tenant operations
list_handoffsList your handoffs filtered by status (active, archived, completed) and limit
generate_handoffGenerate handoffs in personal or selected project scope with optional source filters
list_integrationsList connected integrations in personal or project scope
list_eventsBrowse recent events in personal or project scope