Provides local and remote servers to run FlowMCP schemas via stdio or HTTP/SSE for AI–API integration.
Overview
What is FlowMCP Server?
FlowMCP Server provides local and remote server implementations for running FlowMCP schemas, facilitating AI-API integration through standard input/output or HTTP/SSE.
How to use FlowMCP Server?
To use FlowMCP Server, you can set up either a LocalServer for local execution or a RemoteServer for network-based access. Example code snippets are provided in the documentation for both server types.
Key features of FlowMCP Server?
- LocalServer: Lightweight, dependency-free I/O, supports FlowMCP tools, and easy configuration.
- RemoteServer: Supports multiple transport protocols (sse, stickyStreamable, statelessStreamable), optional Bearer token authentication, and multiple routes.
Use cases of FlowMCP Server?
- Running CLI tools and testing with LocalServer.
- Integrating frontend applications with RemoteServer for real-time data access.
- Utilizing various transport protocols for different application needs.
FAQ from FlowMCP Server?
- Can I use both LocalServer and RemoteServer together?
Yes, both servers can be used in conjunction to handle different aspects of your application.
- Is authentication required for RemoteServer?
Authentication is optional; you can choose to implement Bearer token authentication for added security.