Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 11:51
· 421 commits to main since this release

mcpproxy v0.7.0

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

Download Links

Latest Version (auto-updates):

macOS Installers (Recommended):

This Version (v0.7.0):

Installation

macOS (Recommended - DMG Installer):

  1. Download the appropriate DMG file for your Mac (Apple Silicon or Intel)
  2. Double-click the DMG to mount it
  3. Drag mcpproxy.app to Applications folder
  4. Launch from Applications or Launchpad
  5. The app will appear in your system tray with autostart capability

Manual Installation (All Platforms):

  1. Download the appropriate archive for your platform using the links above
  2. Extract the archive: tar -xzf mcpproxy-*.tar.gz (Linux/macOS) or unzip (Windows)
  3. Make it executable: chmod +x mcpproxy (Linux/macOS)
  4. Run ./mcpproxy to start

Platform Support

  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (no system tray due to compatibility)

Usage

  • With tray: ./mcpproxy serve (default)
  • Custom port (default: 8080): ./mcpproxy serve --listen :8081
  • Headless: ./mcpproxy serve --tray=false