SuperGateway 介绍
@coding-alt
关于 SuperGateway 介绍
Run MCP stdio servers over SSE and SSE over stdio. AI gateway.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SuperGateway?
SuperGateway is a gateway tool that converts standard input/output (stdio) into Server-Sent Events (SSE). It allows you to run stdio-based MCP (Model Context Protocol) servers and access them remotely via SSE.
How to use SuperGateway?
Build the project with Maven (Java 17+, Maven 3.6+), then run the JAR with command-line options specifying the stdio command, port, base URL, SSE path, and message path. For example: java -jar supergateway-1.0.0.jar --stdio "java -jar your-mcp-server.jar" --port 8000 --baseUrl http://localhost:8000 --ssePath /sse --messagePath /message.
Key features
- Converts stdio-based MCP servers to SSE services
- Supports multiple simultaneous client connections
- Automatically detects and forwards JSON-formatted output
- Supports CORS
- Includes health check endpoints
- Configurable log levels (info or none)
Use cases
- Remotely accessing a local stdio-based MCP server over HTTP/SSE
- Enabling multiple clients to interact with one MCP server concurrently
- Integrating an MCP server into a web-based architecture
FAQ from SuperGateway
What is the purpose of SuperGateway?
It bridges stdio-based MCP servers to SSE, allowing remote access without modifying the original server.
What are the runtime requirements?
Java 17 or higher and Maven 3.6 or higher are required to build and run.
How does SuperGateway handle client sessions?
Each SSE client automatically receives a unique sessionId, which must be used when sending messages to the process.
Are there any limits on message format?
The process output must be valid JSON to be forwarded to SSE clients, and all incoming messages must also be valid JSON.
Which transports or authentication are supported?
SuperGateway uses stdio-to-SSE transport. No authentication mechanism is documented; CORS can be enabled via the --cors flag.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论