homebrew-mcpx
Verified Safeby cs50victor
Overview
Facilitates the installation of the 'mcpx' CLI client, a tool for interacting with Model Context Protocol (MCP) servers, via Homebrew.
Installation
No command providedSecurity Notes
The repository contains a Homebrew formula (`Formula/mcpx.rb`) and a release script (`scripts/release.rb`). The formula defines how to download and install pre-compiled 'mcpx' binaries from GitHub releases, utilizing SHA256 checksums for integrity verification. The release script automates updating formula versions and checksums by fetching release data from the GitHub API. No 'eval' or obvious malicious patterns, hardcoded secrets, or obfuscation were found in the provided source code. The primary security consideration for the end-user relates to the trustworthiness of the 'mcpx' binary itself (which is external to this Homebrew tap's source code) and the integrity of the GitHub release process, both of which are mitigated by Homebrew's checksum verification during installation.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.