Skip to content

Releases: saxyguy81/mcp-hub

MCP Hub v1.0.4

01 Jun 12:11

Choose a tag to compare

πŸŽ‰ MCP Hub v1.0.4

πŸ”§ Enhanced UX Features:

  • βœ… PATH immediate availability (no shell restart)
  • βœ… Smart port conflict resolution
  • βœ… Zero-friction installation experience
  • βœ… Docker CLI fallback support

πŸš€ Installation:

curl -fsSL https://github.com/saxyguy81/mcp-hub/releases/latest/download/install.sh | bash

Note: This release contains all CLI binaries and Linux/macOS ARM64 Electron apps. Windows and macOS x64 Electron apps will be available in the next release.

v1.0.3 - GitHub Actions Workflow Fixes

01 Jun 11:56

Choose a tag to compare

πŸŽ‰ GitHub Actions Workflow Fixes

βœ… Fixed Issues

  • Code Quality Workflow: Fixed flake8 to scan only project files instead of entire directory (including virtual environments)
  • Installation Tests: Confirmed all platform detection and release asset verification working correctly
  • Dependencies: Added colorama dependency for isort color output support

πŸ”§ Technical Improvements

  • Updated flake8 commands to target mcpctl/ and main.py specifically
  • Enhanced .flake8 configuration with better virtual environment exclusions
  • All critical linting errors resolved (0 F821/F7/F82/F63 errors)

πŸ“Š Workflow Status

  • βœ… Code Quality & Linting: PASSING
  • βœ… Cross-Platform Installation Tests: PASSING
  • βœ… Platform Detection: All 8 platforms working
  • βœ… Release Assets: All 5 binaries accessible

πŸš€ Release Binaries

This release includes pre-built binaries for all supported platforms:

  • mcpctl-macos-amd64 - macOS Intel
  • mcpctl-macos-arm64 - macOS Apple Silicon
  • mcpctl-linux-amd64 - Linux AMD64
  • mcpctl-linux-arm64 - Linux ARM64
  • mcpctl-windows-amd64.exe - Windows AMD64

All workflows now pass reliably with proper error reporting and faster execution.

MCP Hub v1.0.2

01 Jun 09:18

Choose a tag to compare

πŸŽ‰ MCP Hub v1.0.2

πŸ”§ Enhanced UX Features:

  • βœ… PATH immediate availability (no shell restart)
  • βœ… Smart port conflict resolution
  • βœ… Zero-friction installation experience
  • βœ… Docker CLI fallback support

πŸš€ Installation:

curl -fsSL https://github.com/saxyguy81/mcp-hub/releases/latest/download/install.sh | bash

MCP Hub v1.0.0 - Bootstrap Installer

01 Jun 06:03

Choose a tag to compare

πŸš€ MCP Hub v1.0.0 - Bootstrap Installer

The easiest way to get MCP servers running with a single command!

Quick Install

curl -fsSL https://github.com/saxyguy81/mcp-hub/releases/latest/download/install.sh | bash

What's New

  • βœ… One-line installation for macOS, Windows, and Linux
  • βœ… Auto-dependency installation (Docker, Git, Python)
  • βœ… Pre-built binaries with source build fallback
  • βœ… Demo workspace with working MCP server
  • βœ… Clear connection URLs for Claude Desktop
  • βœ… Smart first-time vs update detection

After Installation

Your MCP servers will be ready at: http://localhost:3002

Connect to Claude Desktop:

  1. Open Claude Desktop preferences
  2. Add MCP server: http://localhost:3002
  3. Save and restart Claude Desktop

Commands

mcpctl status        # Check what's running
mcpctl urls          # Show connection URLs  
mcpctl --help        # See all commands

Tested Platforms

  • βœ… macOS (Intel & Apple Silicon)
  • βœ… Windows 10/11
  • βœ… Ubuntu 20.04+
  • βœ… Debian 11+
  • βœ… CentOS/RHEL 8+

Comprehensive testing infrastructure validates installation across all scenarios.