Gateway
Freeby MCP Community
Enhanced version of supercorp-ai/supergateway, adding streamable http support and the ability to run MCP services based on both OpenAPI protocol interface docum
v4.0.4Added Apr 12, 2026
mcpstdiossestreamablehttpopenapi
Gateway MCP Server
Enhanced version of supercorp-ai/supergateway, adding streamable http support and the ability to run MCP services based on both OpenAPI protocol interface docum
Installation
Reviews
Installation
Quick install
npx -y @michlyn/mcpgateway
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@michlyn/mcpgateway"]
}
}
}