Google PageRank for AI agents. 25,000+ tools indexed.

vchaindz/go-mcp-proxy

Score: 55.1 Rank #19 MCP Server

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.

Use vchaindz/go-mcp-proxy in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
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

Go MIT
mcpproxystandalonestdiostdio-mcp

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for vchaindz/go-mcp-proxy
[![AgentRank](https://agentrank-ai.com/api/badge/tool/vchaindz--go-mcp-proxy)](https://agentrank-ai.com/tool/vchaindz--go-mcp-proxy/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/vchaindz--go-mcp-proxy/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/vchaindz--go-mcp-proxy" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="vchaindz/go-mcp-proxy"></script>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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-prox
Read full README on GitHub →
Are you the maintainer of vchaindz/go-mcp-proxy?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.