github smart-mcp-proxy/mcpproxy-go v0.24.0

latest releases: v0.38.0, v0.38.0-rc.1, v0.37.0...
one month ago

This release introduces a major new security scanner plugin system and implements privacy-respecting telemetry, along with several important bug fixes.

New Features

  • Security Scanner Plugin System — A comprehensive plugin architecture for scanning MCP servers and tools for security vulnerabilities, enabling extensible security analysis capabilities
  • Telemetry tier 2 — Privacy-respecting usage signals now collected via REST API, requiring daemon for payload viewing. Telemetry configuration now properly honors the --config flag

Bug Fixes

  • Security scanner routing — Non-CVE security findings are now correctly routed outside the Supply Chain Audit section for better organization
  • Quarantine auto-approval — Fixed critical issue where quarantine_enabled=false would incorrectly auto-approve new servers without user review. This affected both editions
  • Feature flag emission — The enable_web_ui flag is now properly emitted alongside enable_prompts in feature flag responses
  • Security scanner QA — Resolved 13 quality assurance findings in the security scanner plugin system, improving reliability and accuracy
  • Homebrew auto-update — Personal edition Homebrew cask now automatically updates on release

Breaking Changes

  • Telemetry payload viewing — The show-payload command now requires the daemon to be running to serve telemetry data via REST instead of direct file access

Download Installers

Platform Download Notes
macOS (Apple Silicon) Download DMG Signed & Notarized - Recommended for M1/M2/M3/M4
macOS (Intel) Download DMG Signed & Notarized
Windows (64-bit) Download Setup Setup wizard
Windows (ARM64) Download Setup For ARM Windows devices
Linux (AMD64) Download tar.gz Binary package
Linux (ARM64) Download tar.gz For ARM Linux

Homebrew (macOS/Linux):

brew install smart-mcp-proxy/mcpproxy/mcpproxy
Other download options (auto-update URLs, archives)

Auto-update URLs (always points to latest):

Binary archives (this version):


Installation Instructions

Windows

  1. Download the installer for your architecture
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. Launch "MCPProxy" from Start Menu

macOS

  1. Download the signed DMG for your Mac
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. Launch mcpproxy.app from Applications folder

Linux / Manual Installation

  1. Download the appropriate archive
  2. Extract: tar -xzf mcpproxy-*.tar.gz
  3. Make executable: chmod +x mcpproxy
  4. Run: ./mcpproxy serve
Platform Support & Usage

Platform Support

  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (CLI)

Usage

GUI (Recommended):

  • Launch mcpproxy.app from Applications (auto-starts core server)
  • Manages server via system tray menu

CLI:

mcpproxy serve                           # Start server
mcpproxy serve --listen 127.0.0.1:8081  # Custom port
export MCPPROXY_API_KEY=your-secret-key  # Set API key

Don't miss a new mcpproxy-go release

NewReleases is sending notifications on new releases.