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.
Platform-specific configuration:
{
"mcpServers": {
"go-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"go-mcp-proxy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...