Interfaces with the Evolution API by setting up an stdio MCP server and exposing it as a server-sent events (SSE) endpoint.
Evo Supergateway is a gateway application designed to seamlessly interface with the Evolution API. It establishes an stdio MCP server, defined in `index.js`, and exposes it as a server-sent events (SSE) endpoint. This architecture makes it well-suited for remote connections and integration with tools like n8n, enabling flexible and efficient communication with the Evolution API.
Key Features
01Exposes Evolution API as an SSE endpoint
02Sets up an stdio MCP server
03Designed for remote connections
04Integrates with tools like n8n
05Docker image provided for easy deployment
061 GitHub stars
Use Cases
01Connecting to the Evolution API remotely
02Integrating Evolution API with n8n
03Building applications that require real-time updates from the Evolution API