Releases: saxyguy81/mcp-hub
Releases Β· saxyguy81/mcp-hub
MCP Hub v1.0.4
π 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 | bashNote: 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
π 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/andmain.pyspecifically - 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 Intelmcpctl-macos-arm64- macOS Apple Siliconmcpctl-linux-amd64- Linux AMD64mcpctl-linux-arm64- Linux ARM64mcpctl-windows-amd64.exe- Windows AMD64
All workflows now pass reliably with proper error reporting and faster execution.
MCP Hub v1.0.2
π 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 | bashMCP Hub v1.0.0 - Bootstrap Installer
π 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 | bashWhat'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:
- Open Claude Desktop preferences
- Add MCP server:
http://localhost:3002 - Save and restart Claude Desktop
Commands
mcpctl status # Check what's running
mcpctl urls # Show connection URLs
mcpctl --help # See all commandsTested Platforms
- β macOS (Intel & Apple Silicon)
- β Windows 10/11
- β Ubuntu 20.04+
- β Debian 11+
- β CentOS/RHEL 8+
Comprehensive testing infrastructure validates installation across all scenarios.