Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:38
· 523 commits to main since this release

mcpproxy

Smart MCP Proxy - Intelligent tool discovery and proxying for Model Context Protocol servers.

Changes in this release

  • Full GUI/System Tray support on all platforms
  • Native builds with CGO support for optimal performance
  • Cross-platform compatibility (Linux, Windows, macOS)

Installation

Download and Run

  1. Download the appropriate archive for your platform
  2. Extract the binary
  3. Run mcpproxy to start with system tray, or mcpproxy --tray=false for headless mode

macOS

  • Download mcpproxy-*-macos-universal.zip
  • Right-click → Open to bypass Gatekeeper (unsigned app)

Windows

  • Download mcpproxy-*-windows-amd64.zip
  • Extract and run mcpproxy.exe

Linux

  • Download mcpproxy-*-linux-amd64.tar.gz
  • Extract: tar -xzf mcpproxy-*-linux-amd64.tar.gz
  • Run: ./mcpproxy
  • Requires GTK3 and AppIndicator libraries