Back to Apps

MCP Gateway Go
by zhengkunwang223
Transform stdio-based MCP servers into SSE endpoints for web-based AI agents and browsers.
4 stars
Updated 1 year ago
Works in:claude
Exposes:ToolsResources
What it does
mcp-gateway-go serves as a bridge between traditional stdio-based Model Context Protocol (MCP) servers and the web. It wraps a local MCP server and exposes its functionality via Server-Sent Events (SSE) over HTTP, allowing AI agents and web clients to interact with local tools remotely or via browser-based interfaces.
Tools
As a gateway, it dynamically exposes the tools of the underlying MCP server it is configured to run (e.g., filesystem, database, or custom APIs).
Installation
Install via Go:
go install github.com/zhengkunwang223/mcp-gateway-go@latest
Run the gateway to wrap another server:
mcp-gateway-go --port 7979 --baseUrl http://127.0.0.1:7979 --command "npx -y @modelcontextprotocol/server-filesystem /tmp"
Supported hosts
- claude
Quick install
go install github.com/zhengkunwang223/mcp-gateway-go@latestInformation
- Pricing
- free
- Published
- 5/9/2026
- Updated
- 1 year ago
- stars
- 4
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Since this is a gateway, configure it as an SSE server in your environment or wrap your desired stdio server using the `--command` flag.





