This repository contains the Homebrew formula for installing the Last9 tools. This is the official Homebrew tap for Last9 tools.
- curl (recommended)
- jq (recommended)
Supported platforms:
- macOS (Apple Silicon/ARM64 and Intel/x86_64)
- Linux (ARM64 and x86_64)
This tap is intentionally public and contains:
- Public URLs to official Last9 GitHub releases
- SHA256 checksums for binary verification
- Installation and usage instructions
- No sensitive information or internal code
# Add the Last9 tap
brew tap last9/tap
# Install the Last9 MCP Server
brew install last9-mcp
Follow the instructions here.
Last9 MCP comes with shell completion support for:
- Bash
- Zsh
- Fish
The completions are automatically installed with the package.
-
API Key Management:
- Never commit your API key to version control
- Store your API key in a secure credential manager
- Use environment variables in CI/CD pipelines
-
Binary Verification:
- The formula automatically verifies SHA256 checksums
- All binaries are downloaded via HTTPS
- Binaries are sourced only from official Last9 releases
-
Updates:
- Keep the CLI updated for latest security patches
- Use
brew update
andbrew upgrade
regularly
- Cross-platform support (macOS and Linux)
- Architecture support for both ARM and Intel processors
- Shell completion for bash, zsh, and fish
- Recommended dependencies (curl, jq) for enhanced functionality
- Automatic binary verification via checksums
To update to the latest version:
brew update
brew upgrade last9-mcp
For more information about using Last9 MCP, visit:
For issues, questions, or contributions:
- Open an issue in this repository
- Contact Last9 support at [email protected]
This formula is distributed under the Apache-2.0 License.
This Homebrew tap is maintained by Last9. While the tap repository is public (as required by Homebrew), it only contains public information and is safe to be public.