supergateway
An AI gateway that runs MCP stdio servers via SSE and WebSocket.
- Type
- MCP
- Transport
- sse
- Open source
- Yes
- GitHub Stars
- ★ 2.7k
- Source
- mcp-github
- Repository
- github.com/supercorp-ai/supergateway
Overview
Supergateway is an AI gateway that allows running stdio-based MCP servers via SSE or WebSocket. It supports remote access, debugging, and connecting to MCP servers that only support stdio. Ideal for scenarios where a local MCP server needs to be exposed to remote clients. Can be quickly installed and used via the npx command. Suitable for developers and users requiring remote access to MCP servers.
Capabilities
- ▪Run MCP stdio server via SSE
- ▪Run MCP stdio server via WebSocket
- ▪Convert SSE to stdio
- ▪Convert Streamable HTTP to stdio
- ▪Support CORS configuration
- ▪Support OAuth2 authentication
Use cases
Setup
npx -y supergateway --stdio "uvx mcp-server-git"
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to run an MCP stdio server via SSE?
Specify the MCP server command using the --stdio flag, and set parameters like --port and --baseUrl.
How to integrate a remote SSE MCP server into a local environment?
Specify the SSE URL using the --sse flag, and optionally add --oauth2Bearer and --header for authentication.
Related skills
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.