Bring Flow Relay into your editor and AI tools.
Install directly from the Visual Studio Marketplace or search "Flow Relay" in the Extensions panel.
Cursor uses the VS Code Marketplace. Search "Flow Relay" in the Extensions tab or install from the link below.
Antigravity uses the Open VSX Registry. Search "Flow Relay" in Extensions or install from the link below.
Download the .vsix file and install it via Ctrl+Shift+P→ "Extensions: Install from VSIX..."
Ctrl+Shift+P) and run Flow Relay: Set API KeyView 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.
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.
Dedicated workspace panel for multi-tenant context: personal/business mode, admin/member role, project/no-project state, and organization/personal project scope.
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.
| Command | Description |
|---|---|
Flow Relay: Set API Key | Store your API key securely in the editor's secret storage |
Flow Relay: Select Project Context | Switch between personal stream and accessible projects (personal or organization) |
Flow Relay: Generate Handoff | Generate a handoff from all connected sources |
Flow Relay: Generate Handoff from Source... | Pick specific integrations to include in the handoff |
Flow Relay: Show Handoffs | Browse and open your recent handoffs |
Flow Relay: Show Last Handoff | Quickly view the most recent active handoff |
Flow Relay: Show Integrations | See your connected integrations with workspace info |
Flow Relay: Refresh | Refresh all sidebar panels with the latest data |
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
{
"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
| Tool | Description |
|---|---|
get_workspace_context | Inspect account mode, active scope, and current role |
list_projects | List personal and organization projects you can access |
set_active_project | Set/clear active project context for multi-tenant operations |
list_handoffs | List your handoffs filtered by status (active, archived, completed) and limit |
generate_handoff | Generate handoffs in personal or selected project scope with optional source filters |
list_integrations | List connected integrations in personal or project scope |
list_events | Browse recent events in personal or project scope |