homebrew-lupa

cifarra/homebrew-lupa
★ 0 stars Shell API Integration Updated today
Homebrew tap for Lupa - local-first semantic image search server (CLI + REST + MCP)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-lupa": {
      "command": "npx",
      "args": [
        "-y",
        "cifarra/homebrew-lupa"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [Lupa](https://github.com/jmedina21/lupa-tauri) — local-first semantic image search. Installs the always-on server: CLI + REST API + MCP, with CLIP embeddings and a bundled Qdrant. ```sh brew install cifarra/lupa/lupa ``` Or without Homebrew: ```sh curl -fsSL https://raw.githubusercontent.com/cifarra/homebrew-lupa/main/install.sh | sh