Skip to main content
Glama
204,700 tools. Last updated 2026-06-15 01:18

"Homebrew" matching MCP tools:

  • Install Ollama directly on macOS without Homebrew or sudo, enabling local inference for massive context processing. Supports downloading, starting the service, and pulling models like gemma3:12b for headless setups.
    MIT
  • Checks native dependencies, free-tier routes, and provider keys for prompt-to-asset MCP server. Optionally validates data integrity or auto-installs missing binaries (Homebrew, cargo, scoop).
  • Execute bash commands with timeout and security controls to manage system operations and automate tasks.
    MIT
  • Check the current version of a package from official registries to identify outdated dependencies. Supports npm, PyPI, Packagist, Crates.io, Maven, Go, RubyGems, NuGet, Hex, CRAN, CPAN, pub.dev, Homebrew, Conda, Clojars, Hackage, Julia, Swift PM, and Chocolatey.
    MIT
  • Check if your macOS system meets requirements for Ollama with gemma3:12b. Verifies Apple Silicon, 16GB+ RAM, and Homebrew to prevent setup failures.
    MIT
  • Set up Ollama on macOS using Homebrew: install, start as background service, and pull a default model (gemma3:12b) for local inference, enabling large-scale processing with Massive Context MCP.
    MIT
  • Install Senzing and scaffold SDK code across 5 platforms (linux_apt — Ubuntu/Debian via apt or apt-get, .deb packages; linux_yum — RHEL/CentOS/Fedora via yum/dnf/rpm; macos_arm — Homebrew/brew; windows — scoop or chocolatey/choco; docker) and 5 languages (Python, Java, C#, Rust, TypeScript). Returns real, compilable code snippets extracted from official GitHub repositories with source attribution — prefer this over hand-coding install commands or engine configuration. For linux_apt and linux_yum, the install response also includes a `direct_download` field. In HTTP mode the package `url` is hosted on this MCP server (mcp.senzing.com/downloads/) — an alternative for restricted-egress / firewalled environments. In stdio mode the package `url` is a local `sz-mcp-coworker extract` command that pulls the .deb from the binary's embedded bundle. Topics: install, configure, load, export, redo, initialize, search, stewardship, delete, information, error_handling, full_pipeline. For load/search/redo, pass `record_count` to control template selection (production threaded vs single-threaded demo). Export redirects to reporting_guide. Asset IDs are not stable across versions. If a previously-known ID fails to extract, call this tool again to obtain the current ID.
    Connector