Servers
Supergateway
@supercorp-ai
Run MCP stdio servers over SSE and SSE over stdio. AI gateway.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"supergateway": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--stdio",
"uvx mcp-server-git"
]
}
}
}