Back to Home
mikluko icon

mcp-proxy

Verified Safe

by mikluko

Overview

This Go proxy connects Model Context Protocol (MCP) clients to remote MCP servers, providing OAuth 2.0 authentication, flexible transport strategies, and tool filtering capabilities.

Installation

Run Command
mcp-proxy https://remote.mcp.server/sse --listen :8080

Environment Variables

  • HTTP_PROXY
  • HTTPS_PROXY

Security Notes

The project demonstrates robust security practices, including OAuth 2.0 with PKCE, binding OAuth callback to localhost, and origin validation for SSE endpoints. No dynamic code execution or hardcoded secrets were found. A minor theoretical risk exists with `patternToRegex` if untrusted input were to be used for tool ignore patterns, but this is typically controlled by an administrator via CLI arguments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-23

Tags

MCP ProxyOAuth 2.0GoTool FilteringBidirectional Communication