-
-
Notifications
You must be signed in to change notification settings - Fork 168
2.3.44 Satellite supergateway
av edited this page Apr 26, 2025
·
2 revisions
Handle:
supergateway
URL: -
Supergateway runs MCP stdio-based servers over SSE (Server-Sent Events) or WebSockets (WS) with one command. This is useful for remote access, debugging, or connecting to clients when your MCP server only supports stdio.
# [Optional] pre-pull the image
harbor pull supergateway
# Run the service as a CLI
harbor run supergateway --help- Tip: this is a CLI service -
harbor run supergatewayis equivalent tonpx -y supergateway - You can use
supergatewayto bridge SSE and stdio-based MCP servers, or use it as a means to launch MCP servers for your own use.
There's no specific configuration for supergateway.