1. Conduid
  2. Developer Tools
  3. Gateway Go
MCP server · Developer Tools

Gateway Go

A Go gateway that converts stdio-based MCP servers to SSE endpoints using mcp-go.

Unclaimed last commit a year ago devtools
41Fair

Scored 3 days ago · breakdown

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

Install
npx mcp-gateway-go

This 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

I know everything about Gateway Go. Ask me about installation, configuration, usage, or troubleshooting.

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

v0.0.1v0.0.1 · 24 Apr 2025

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 an Authorization header with the provided Bearer token

📚 Additional Resources

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Gateway Go

How do I install Gateway Go?

Run npx mcp-gateway-go, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gateway Go safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gateway Go still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.