vchaindz/go-mcp-proxy
A stdio-to-HTTP proxy for MCP (Model Context Protocol) servers. It lets stdio-based MCP clients like Claude Code connect to remote MCP servers over HTTP or SSE, with support for custom headers, TLS options, and authentication.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
vchaindz/go-mcp-proxy is a Go MCP server licensed under MIT. A stdio-to-HTTP proxy for MCP (Model Context Protocol) servers. It lets stdio-based MCP clients like Claude Code connect to remote MCP servers over HTTP or SSE, with support for custom headers, TLS options, and authentication. Topics: mcp, proxy, standalone, stdio, stdio-mcp.
Ranked #19 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# go-mcp-proxy A stdio-to-HTTP proxy for MCP (Model Context Protocol) servers. It lets stdio-based MCP clients like Claude Code connect to remote MCP servers over HTTP or SSE, with support for custom headers, TLS options, and authentication. ## Build Requires Go 1.23+. ```bash go build -o go-mcp-proxy ./cmd/go-mcp-proxy/ ``` ## Usage ``` go-mcp-proxy [flags] [server-url] Flags: -config string path to JSON config file -server string server name from config (default: first/only server) -insecure skip TLS certificate verification -type string transport: http, sse, auto (default "auto") -header value custom header key=value (repeatable) ``` ### Basic ```bash ./go-mcp-proxy https://mcp.example.com/mcp ``` ### With authentication and custom headers ```bash ./go-mcp-proxy \ -header "Authorization=Bearer my-token" \ -header "X-Api-Key=abc123" \ https://mcp.example.com/mcp ``` ### Self-signed / mismatched TLS certificates ```bash ./go-mcp-proxRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.