TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Supergateway – Run MCP stdio servers over SSE

1 pointsby Nedomas5 months ago
Hi guys,<p>I’ve just released Supergateway and it allows to use MCP servers with stdio on remote assistants over SSE.<p>Now most of MCP servers only support stdio transport and this is problematic if you want remote assistants to access them. MCP spec has SSE transport which works with remote HTTP connections but it is rarely used by MCP server authors. So I’ve created this gateway that allows you to run stdio transport MCP servers and tunnel them via SSE transport.<p>It’s very simple to use. Run any stdio MCP server like this:<p>npx -y supergateway --stdio &quot;uvx mcp-server-git&quot;<p>It’s totally open-source and supports pretty much any MCP server.<p>Built this since we have an AI infrastructure platform (<a href="https:&#x2F;&#x2F;superinterface.ai" rel="nofollow">https:&#x2F;&#x2F;superinterface.ai</a>) that allows you to use MCP servers in remote assistants and we saw that we cannot really run any community MCP servers without something like this.<p>It’s def pretty cool to see remote assistants embedded on a website being able to access these cool MCP servers.<p>Let me know what you think! &#x2F;Domas

no comments

no comments