About Gateway Go
Gateway Go is an MCP server published by zhengkunwang223 in the Developer Tools category: a Go gateway that converts stdio-based MCP servers to SSE endpoints using mcp-go. It has been installed 0 times through Conduid.
The repository has 4 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-gateway-goThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Gateway Go
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
mcp-gateway-go
mcp-gateway-go is a lightweight Go-based gateway that transforms a standard input/output (stdio) Model Context Protocol (MCP) server into a Server-Sent Events (SSE) endpoint. This enables real-time communication with clients such as web browsers or AI agents over HTTP.
Installation & Usage
go install github.com/zhengkunwang223/mcp-gateway-go@latest
mcp-gateway-go --port 7979 --baseUrl http://127.0.0.1:7979 --command "npx -y @modelcontextprotocol/server-filesystem /tmp"
--port 7979: Port to listen on (default:7979)--baseUrl "http://localhost:7979": Base URL for SSE--ssePath "/sse": Path for SSE subscriptions (default:/sse)--messagePath "/message": Path for messages (stdio→SSE default:/message)--oauth2Bearer "some-access-token": Adds anAuthorizationheader with the provided Bearer token
📚 Additional Resources
README mirrored from the source repository 3 days ago. The original is authoritative.