This release introduces enhanced control over tool approval workflows with per-server auto-approval settings and new CLI commands for managing quarantined tools.
New Features
- Per-Server Auto-Approve Toggle: Configure auto-approval of tool changes independently for each MCP server through the UI (Personal & Teams)
- Trust Baseline & Rug-Pull Detection: New trust-baseline approval mode automatically flags suspicious tool changes that may indicate malicious updates (Personal & Teams)
- CLI Tool Management: Added
tools approveandtools rejectcommands for managing pending quarantined tools from the command line (Personal & Teams) - Batch Tool Approval: Approve or reject multiple pending tools at once from the global Tools page (Personal & Teams)
- Auto-Approve Configuration: New
auto_approve_tool_changesflag replaces the deprecatedskip_quarantinesetting, providing clearer control over tool approval behavior (Personal & Teams)
Improvements
- Tool approval settings are now exposed and persisted through the REST API for programmatic configuration (Teams)
- Pending tools are now prominently displayed in the ServerDetail approval banner for better visibility (Personal & Teams)
Breaking Changes
- The
skip_quarantineconfiguration flag is deprecated in favor ofauto_approve_tool_changes. Existing configurations will be automatically migrated, but you should update your config files to use the new flag name.
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 Debian/Ubuntu (AMD64) | Download .deb | sudo apt install ./mcpproxy_*.deb
|
| Linux Debian/Ubuntu (ARM64) | Download .deb | For ARM64 (Raspberry Pi etc.) |
| Linux Fedora/RHEL (AMD64) | Download .rpm | sudo dnf install ./mcpproxy-*.rpm
|
| Linux Fedora/RHEL (ARM64) | Download .rpm | For ARM64 |
| Linux (AMD64) — tarball | Download tar.gz | Binary only |
| Linux (ARM64) — tarball | Download tar.gz | Binary only |
Homebrew (macOS/Linux):
brew install smart-mcp-proxy/mcpproxy/mcpproxyOther download options (auto-update URLs, archives)
Auto-update URLs (always points to latest):
Binary archives (this version):
Installation Instructions
Windows
- Download the installer for your architecture
- Run
mcpproxy-setup-*.exe - Follow the installation wizard (requires Administrator privileges)
- Launch "MCPProxy" from Start Menu
macOS
- Download the signed DMG for your Mac
- Double-click the DMG to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- Launch mcpproxy.app from Applications folder
Linux / Manual Installation
- Download the appropriate archive
- Extract:
tar -xzf mcpproxy-*.tar.gz - Make executable:
chmod +x mcpproxy - 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