H
Homebrew MCP Upgrade
by @GeiserX
Homebrew tap for mcp-upgrade
Created 4/25/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
homebrew-mcp-upgrade
Homebrew tap for mcp-upgrade
This is the official Homebrew tap for mcp-upgrade.
Installation
brew tap geiserx/mcp-upgrade
brew install mcp-upgrade
Or install directly:
brew install geiserx/mcp-upgrade/mcp-upgrade
What is mcp-upgrade?
mcp-upgrade is a universal upgrade tool for MCP servers across all AI coding clients.
Features:
- Detects all installed MCP servers across Claude Code, Cursor, Windsurf, VS Code, and more
- Upgrades npm, PyPI, Go, and Docker-based MCP servers
- Supports dry-run mode to preview changes before applying
- Smart version resolution with semver awareness
- Cross-platform support (macOS, Linux, Windows)
- Single binary with zero dependencies
Requirements
- macOS, Linux, or Windows
Uninstall
brew uninstall mcp-upgrade
Links
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/GeiserX/homebrew-mcp-upgrade
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"geiserx-homebrew-mcp-upgrade": {
"command": "git",
"args": [
"clone",
"https://github.com/GeiserX/homebrew-mcp-upgrade"
]
}
}
}