Evo Supergateway
Createdbrunonuzzi
Interfaces with the Evolution API by setting up an stdio MCP server and exposing it as a server-sent events (SSE) endpoint.
About
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
- Exposes Evolution API as an SSE endpoint
- Sets up an stdio MCP server
- Designed for remote connections
- Integrates with tools like n8n
- Docker image provided for easy deployment
- 1 GitHub stars
Use Cases
- Connecting to the Evolution API remotely
- Integrating Evolution API with n8n
- Building applications that require real-time updates from the Evolution API