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

latest releases: v0.32.1, v0.32.0, v0.31.1...
5 months ago

MCPProxy v0.10.13

This release adds MCP prompts support for workflow automation and fixes compatibility issues with Git Bash on Windows.

New Features

  • MCP Prompts Support: MCPProxy now enables the MCP prompts capability, allowing you to use workflow prompts for enhanced automation and task orchestration

Bug Fixes

  • Git Bash Compatibility: Fixed path separator issues that prevented MCPProxy from working correctly in Git Bash environments on Windows
  • Documentation Site Assets: Added missing favicon and apple-touch-icon for the new documentation site at docs.mcpproxy.app

Improvements

  • New Documentation Site: Launched a comprehensive Docusaurus-based documentation site at docs.mcpproxy.app for easier navigation and better user experience
  • Documentation Cleanup: Streamlined CLAUDE.md by moving detailed sections to dedicated documentation pages, making the main README more accessible

mcpproxy v0.10.13

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

Download Links

Latest Version (auto-updates):

Windows Installer:

macOS Installer:

This Version (v0.10.13):

Installation

Windows:

  1. Download the installer for your architecture (AMD64 or ARM64)
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. MCPProxy will be added to Start Menu and system PATH
  5. Launch "MCPProxy" from Start Menu to start the tray app
  6. The app will appear in your system tray

macOS:

  1. Download the signed installer DMG for your Mac (Apple Silicon or Intel)
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. CLI tool mcpproxy will be available in Terminal
  6. Launch mcpproxy.app from Applications folder
  7. The app will appear in your system tray

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

GUI (Recommended):

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

CLI:

  • Start core server: mcpproxy serve
  • Custom port: mcpproxy serve --listen 127.0.0.1:8081
  • Set API key: export MCPPROXY_API_KEY=your-secret-key
  • Start tray separately: mcpproxy-tray (if core already running)

Don't miss a new mcpproxy-go release

NewReleases is sending notifications on new releases.