Flow icon

Flow

Provides local and remote servers to execute FlowMCP schemas for AI–API integration.

About

Flow offers server implementations designed for running FlowMCP schemas in various environments. It includes a LocalServer for stdio-based execution, ideal for CLI tools and testing, and a RemoteServer for network-based usage via HTTP and SSE, suitable for frontend apps and remote integrations. With support for multiple transport protocols, optional authentication, and easy configuration, Flow enables seamless AI-API integration.

Key Features

  • Supports local (stdio) and remote (HTTP/SSE) server implementations.
  • Offers statelessStreamable, stickyStreamable, and SSE transport protocols.
  • Includes optional Bearer token authentication for remote servers.
  • Allows configuration of server settings such as port and root URL.
  • 0 GitHub stars
  • Fully supports `FlowMCP.activateServerTools(...)`

Use Cases

  • Integrating FlowMCP schemas with frontend applications.
  • Running FlowMCP schemas in CLI tools and testing environments.
  • Enabling remote access to FlowMCP schemas via HTTP and SSE.
Flow: API Integration with Local & Remote Servers