Supergateway
@supercorp-ai
关于 Supergateway
Run MCP stdio servers over SSE and SSE over stdio. AI gateway.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"supergateway": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--stdio",
"uvx mcp-server-git"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Supergateway?
Supergateway runs MCP stdio-based servers over SSE (Server-Sent Events) or WebSockets (WS) with one command. It is useful for remote access, debugging, or connecting to clients when your MCP server only supports stdio.
How to use Supergateway?
Run Supergateway via npx -y supergateway --stdio "command" to expose a stdio server as an SSE or WS endpoint. Alternatively, use --sse or --streamableHttp to connect to remote servers and expose locally over stdio. A Docker image is also available at supercorp/supergateway.
Key features of Supergateway
- Converts stdio MCP servers to SSE, WebSocket, or Streamable HTTP
- Supports SSE→stdio and Streamable HTTP→stdio modes
- Configurable ports, paths, headers, CORS, and logging levels
- Ready-to-run Docker images with optional dependencies (uvx, deno)
- Integrates with Claude Desktop, Cursor, and ngrok
Use cases of Supergateway
- Expose a local stdio MCP server for remote web-based clients
- Connect to a remote SSE MCP server from a local command-line environment
- Debug MCP servers using MCP Inspector via Supergateway
- Share a local MCP server publicly using ngrok
- Run MCP servers in Docker without local Node.js setup
FAQ from Supergateway
How do I install Supergateway?
Run npx -y supergateway (Node.js required) or use the Docker image supercorp/supergateway.
Can I use authentication headers?
Yes, use --header "key: value" for custom headers and --oauth2Bearer "token" to add an Authorization Bearer header.
Which MCP transports does Supergateway support?
It supports stdio, SSE, WebSocket, and Streamable HTTP as input or output transports.
Can I use Supergateway with Claude Desktop or Cursor?
Yes, configure it in SSE→stdio mode using npx or Docker in your client’s MCP settings.
Does Supergateway support CORS?
Yes, enable CORS with --cors (allow all origins) or specify allowed origins (e.g., --cors "http://example.com").
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论