| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 17
Releases: smart-mcp-proxy/mcpproxy-go
v0.11.5
f94cf5cMCPProxy v0.11.5 Release Notes
This release focuses on improving stability during server shutdowns and refining the user interface terminology.
Bug Fixes
- Improved server shutdown reliability: Increased subprocess shutdown timeout from 2 seconds to 10 seconds to prevent premature termination of MCP servers during cleanup operations
Improvements
- Clearer UI terminology: Renamed "Tool Call History" to "Activity" throughout the interface for better clarity and consistency
mcpproxy v0.11.5
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.11.5):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
- sha256:b4e1f976e0955e8357afe76c2a389afb7d94cb50dc2a5119a8b5e5c193b6e8e523.5 MB
2025-12-21T08:48:00Z - sha256:1b24ca0a2c4b1cec0a185a6bf0198a8e7640384214e077d7fc332295b29ef499189 Bytes
2025-12-21T08:48:03Z - sha256:645b2b2139fb7eda1cc84f5bf482560ec037d73b857f9de13c6057bc2371161a23.4 MB
2025-12-21T08:48:00Z - sha256:72cc21b747c83faa53c955cd31034844d0afc9aa0c609f3fcb44a7020579a5c521.3 MB
2025-12-21T08:48:00Z - sha256:134f7f294f67f5b125ae7cb41e63a925e86f269f2740b819819e8a8de11d0283189 Bytes
2025-12-21T08:48:04Z - sha256:4fe4e84b953b991b9d28ba667b886759c34254769d40e6d04657b3bcdd8a5cdc21.2 MB
2025-12-21T08:48:00Z - sha256:e61147e5fa2b98b8efef53d217e8bd8ce6b7b8cedc4af9f385172ecdfc3ab10f12.4 MB
2025-12-21T08:48:00Z - sha256:6f783c3071f9e4e9e72aff9563190340dd7d556bddf76050f9e03a1ee7d54fce11.2 MB
2025-12-21T08:48:00Z - sha256:436444399b92d4523cc93dbfe12463c9190e8666cb8824c0704a460dd2fd893423.2 MB
2025-12-21T08:48:00Z - sha256:fa07c19e741332f65fa98b94ffc332ae90bfb46cf8960a42f6d1d30e4184553e20.7 MB
2025-12-21T08:48:00Z -
2025-12-21T08:41:41Z -
2025-12-21T08:41:41Z - Loading
v0.11.4
4272aa3MCPProxy v0.11.4 Release Notes
This maintenance release improves the diagnostic capabilities of the doctor command with enhanced update checking functionality.
Bug Fixes
- Added refresh option to the doctor command's update check, ensuring users can verify the latest version status without relying on cached data (#213)
mcpproxy v0.11.4
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.11.4):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.11.3
575dcaaMCPProxy v0.11.3 Release Notes
This release adds automatic tool re-indexing support, allowing MCPProxy to dynamically update its tool catalog when MCP servers add or remove tools without requiring a manual refresh.
New Features
- Automatic Tool Re-indexing: MCPProxy now subscribes to the
notifications/tools/list_changednotification from MCP servers. When a server adds, removes, or modifies its available tools, MCPProxy automatically re-indexes them in real-time, ensuring the tool catalog stays synchronized with connected servers without manual intervention.
mcpproxy v0.11.3
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.11.3):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.11.2
e4cd880MCPProxy v0.11.2 Release Notes
This is a maintenance release that fixes the version display issue in the application.
Bug Fixes
- Fixed incorrect version display in the application by properly setting the build version through ldflags compilation flags
For full details, see the complete changelog.
mcpproxy v0.11.2
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.11.2):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.11.1
080156dMCPProxy v0.11.1
This release introduces intelligent tool cache management with differential updates, improving tool discovery efficiency and giving users more control over MCP server tool synchronization.
New Features
- Tool Cache Invalidation with Differential Updates - Added smart cache invalidation system that only updates tools that have changed, reducing unnecessary overhead and improving performance when MCP servers modify their tool sets
- Manual Discovery Trigger - Users can now manually trigger tool discovery for MCP servers on-demand, providing more control over when tools are synchronized and cached
mcpproxy v0.11.1
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.11.1):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.11.0
c4e6545MCPProxy v0.11.0 Release Notes
This release introduces a unified health monitoring system and centralized version management to improve observability and user experience across the application.
New Features
- Unified Health Status System - Implemented a centralized health monitoring system that provides consistent health status reporting across CLI and REST API endpoints, making it easier to monitor the proxy and connected MCP servers
- Version Display and Update Notifications - Added centralized version information display throughout the application with automatic update notifications to keep users informed of new releases
Bug Fixes
- Fixed incorrect documentation edit URL paths in Docusaurus configuration
mcpproxy v0.11.0
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.11.0):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.10.13
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:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.10.12
6ccc07cMCPProxy v0.10.12 Release Notes
This release adds OAuth 2.0 resource parameter support and resolves API documentation issues.
New Features
- OAuth Resource Parameter Auto-detection: MCPProxy now automatically detects and handles RFC 8707 resource parameters during OAuth flows, improving compatibility with authorization servers that implement resource indicators (#188)
Bug Fixes
- API Documentation: Fixed Swagger/OpenAPI annotations by adding the correct
/api/v1prefix and updated end-to-end tests to ensure API documentation remains accurate (#186)
mcpproxy v0.10.12
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.12):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.10.11
b285164MCPProxy v0.10.11 Release Notes
This is a bug fix release that resolves issues with updating server configuration parameters through patch and update operations.
Bug Fixes
- Fixed an issue where
env_json,args_json, andheaders_jsonfields could not be properly updated when modifying MCP server configurations through PATCH/UPDATE API operations
mcpproxy v0.10.11
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.11):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)
Assets 20
v0.10.10
5df6310MCPProxy v0.10.10
This release focuses on improving the HTTP server user interface with clearer action labeling and better user experience.
Bug Fixes
- Improved HTTP server UI clarity by replacing "Restart" with "Login" button and using "Reconnect" in the Actions menu for more intuitive navigation
mcpproxy v0.10.10
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.10):
Installation
Windows:
- Download the installer for your architecture (AMD64 or ARM64)
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
- The app will appear in your system tray
macOS:
- Download the signed installer DMG for your Mac (Apple Silicon or Intel)
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
- The app will appear in your system tray
Manual Installation (All Platforms):
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable:
chmod +x mcpproxy(Linux/macOS) - Run
./mcpproxyto 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)