Skip to content

chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.33.1#92

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/smart-mcp-proxy-mcpproxy-go-0.x
May 22, 2026
Merged

chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.33.1#92
renovate[bot] merged 1 commit into
mainfrom
renovate/smart-mcp-proxy-mcpproxy-go-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 22, 2026

This PR contains the following updates:

Package Update Change
smart-mcp-proxy/mcpproxy-go minor v0.32.1v0.33.1

Release Notes

smart-mcp-proxy/mcpproxy-go (smart-mcp-proxy/mcpproxy-go)

v0.33.1

Compare Source

This maintenance release focuses on improved stability and reliability for upstream MCP server connections.

Bug Fixes

  • Upstream health monitoring: MCPProxy now requires multiple consecutive health-check timeouts before marking an upstream server as errored, reducing false positives from transient network issues
  • Configuration reloading: Fixed restart functionality to properly re-read mcp_config.json before restarting upstream connections, ensuring configuration changes are applied correctly
  • Error diagnostics: Improved classification of HTTP timeouts and string-wrapped 5xx errors for better error reporting and debugging
  • Docker registry integration: Fixed MCP Catalog to use standard docker run installation commands instead of non-standard docker:// URLs for Docker-based MCP servers

All fixes apply to both Personal and Teams editions.


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/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

v0.33.0

Compare Source

This release introduces a comprehensive Global Tools overview page and achieves feature parity between the UI and CLI.

New Features

  • Global Tools Overview Page - New centralized page displaying all available tools across connected MCP servers, making it easier to discover and understand the complete toolset at your disposal
  • CLI Parity - Command-line interface now supports all features available in the UI, enabling full automation and scripting capabilities for power users and CI/CD workflows

Note: These features are available in both Personal and Teams editions.


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/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

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 11am and before 1pm on Friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch from c1b0449 to 02dcc0c Compare May 22, 2026 15:31
@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch from 02dcc0c to fa4884a Compare May 22, 2026 19:15
@renovate renovate Bot merged commit 7724e04 into main May 22, 2026
16 checks passed
@renovate renovate Bot deleted the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch May 22, 2026 22:10
@github-actions github-actions Bot mentioned this pull request May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants